Class: Google::Api::SelectiveGapicGeneration

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/client.rb

Overview

This message is used to configure the generation of a subset of the RPCs in a service for client libraries.

Instance Attribute Summary collapse

Instance Attribute Details

#generate_omitted_as_internal::Boolean

Returns 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.

Returns:

  • (::Boolean)

    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.


426
427
428
429
# File 'proto_docs/google/api/client.rb', line 426

class SelectiveGapicGeneration
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#methods::Array<::String>

Returns An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.

Returns:

  • (::Array<::String>)

    An allowlist of the fully qualified names of RPCs that should be included on public client surfaces.


426
427
428
429
# File 'proto_docs/google/api/client.rb', line 426

class SelectiveGapicGeneration
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end