Uses of Class
com.google.api.Control.Builder
Packages that use Control.Builder
-
Uses of Control.Builder in com.google.api
Methods in com.google.api that return Control.BuilderModifier and TypeMethodDescriptionControl.Builder.addAllMethodPolicies
(Iterable<? extends MethodPolicy> values) Defines policies applying to the API methods of the service.Control.Builder.addMethodPolicies
(int index, MethodPolicy value) Defines policies applying to the API methods of the service.Control.Builder.addMethodPolicies
(int index, MethodPolicy.Builder builderForValue) Defines policies applying to the API methods of the service.Control.Builder.addMethodPolicies
(MethodPolicy value) Defines policies applying to the API methods of the service.Control.Builder.addMethodPolicies
(MethodPolicy.Builder builderForValue) Defines policies applying to the API methods of the service.Control.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Control.Builder.clear()
Control.Builder.clearEnvironment()
The service controller environment to use.Control.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Control.Builder.clearMethodPolicies()
Defines policies applying to the API methods of the service.Control.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Control.Builder.clone()
Service.Builder.getControlBuilder()
Configuration for the service control plane.Control.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Control.Builder.mergeFrom
(com.google.protobuf.Message other) final Control.Builder
Control.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Control.Builder
Control.newBuilder()
static Control.Builder
Control.newBuilder
(Control prototype) Control.newBuilderForType()
protected Control.Builder
Control.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Control.Builder.removeMethodPolicies
(int index) Defines policies applying to the API methods of the service.Control.Builder.setEnvironment
(String value) The service controller environment to use.Control.Builder.setEnvironmentBytes
(com.google.protobuf.ByteString value) The service controller environment to use.Control.Builder.setMethodPolicies
(int index, MethodPolicy value) Defines policies applying to the API methods of the service.Control.Builder.setMethodPolicies
(int index, MethodPolicy.Builder builderForValue) Defines policies applying to the API methods of the service.Control.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Control.Builder
Control.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Control.toBuilder()
Methods in com.google.api with parameters of type Control.BuilderModifier and TypeMethodDescriptionService.Builder.setControl
(Control.Builder builderForValue) Configuration for the service control plane.