This message is used to configure the generation of a subset of the RPCs in a service for client libraries.
Generated from protobuf message google.api.SelectiveGapicGeneration
Methods |
public __construct( $data = NULL) Constructor.
|
public getGenerateOmittedAsInternal() Setting this to true indicates to the client generators that methods that would be excluded from the generation should instead be generated in a way that indicates these methods should not be consumed by end users. How this is expressed is up to individual language implementations to decide. Some examples may be: added annotations, obfuscated identifiers, or other language idiomatic patterns. Generated from protobuf field bool generate_omitted_as_internal = 2;
|
public getMethods() An allowlist of the fully qualified names of RPCs that should be included on public client surfaces. Generated from protobuf field repeated string methods = 1;
|
public setGenerateOmittedAsInternal( $var) Setting this to true indicates to the client generators that methods that would be excluded from the generation should instead be generated in a way that indicates these methods should not be consumed by end users. How this is expressed is up to individual language implementations to decide. Some examples may be: added annotations, obfuscated identifiers, or other language idiomatic patterns. Generated from protobuf field bool generate_omitted_as_internal = 2;
|
public setMethods( $var) An allowlist of the fully qualified names of RPCs that should be included on public client surfaces. Generated from protobuf field repeated string methods = 1;
|
Properties |
protected $generate_omitted_as_internal = false Setting this to true indicates to the client generators that methods that would be excluded from the generation should instead be generated in a way that indicates these methods should not be consumed by end users. How this is expressed is up to individual language implementations to decide. Some examples may be: added annotations, obfuscated identifiers, or other language idiomatic patterns. Generated from protobuf field bool generate_omitted_as_internal = 2; |
Methods |
Properties |
private $methods = NULL An allowlist of the fully qualified names of RPCs that should be included on public client surfaces. Generated from protobuf field repeated string methods = 1; |