Uses of Class
com.google.api.Control
-
Packages that use Control Package Description com.google.api -
-
Uses of Control in com.google.api
Methods in com.google.api that return Control Modifier and Type Method Description Control
Control.Builder. build()
Control
Control.Builder. buildPartial()
Control
Service.Builder. getControl()
Configuration for the service control plane.Control
Service. getControl()
Configuration for the service control plane.Control
ServiceOrBuilder. getControl()
Configuration for the service control plane.static Control
Control. getDefaultInstance()
Control
Control.Builder. getDefaultInstanceForType()
Control
Control. getDefaultInstanceForType()
static Control
Control. parseDelimitedFrom(java.io.InputStream input)
static Control
Control. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(byte[] data)
static Control
Control. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(com.google.protobuf.ByteString data)
static Control
Control. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(com.google.protobuf.CodedInputStream input)
static Control
Control. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(java.io.InputStream input)
static Control
Control. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Control
Control. parseFrom(java.nio.ByteBuffer data)
static Control
Control. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type Control Modifier and Type Method Description com.google.protobuf.Parser<Control>
Control. getParserForType()
static com.google.protobuf.Parser<Control>
Control. parser()
Methods in com.google.api with parameters of type Control Modifier and Type Method Description Service.Builder
Service.Builder. mergeControl(Control value)
Configuration for the service control plane.Control.Builder
Control.Builder. mergeFrom(Control other)
static Control.Builder
Control. newBuilder(Control prototype)
Service.Builder
Service.Builder. setControl(Control value)
Configuration for the service control plane.
-