Uses of Class
com.google.api.MethodPolicy
-
Packages that use MethodPolicy Package Description com.google.api -
-
Uses of MethodPolicy in com.google.api
Fields in com.google.api with type parameters of type MethodPolicy Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,MethodPolicy>
PolicyProto. methodPolicy
See [MethodPolicy][].Methods in com.google.api that return MethodPolicy Modifier and Type Method Description MethodPolicy
MethodPolicy.Builder. build()
MethodPolicy
MethodPolicy.Builder. buildPartial()
static MethodPolicy
MethodPolicy. getDefaultInstance()
MethodPolicy
MethodPolicy.Builder. getDefaultInstanceForType()
MethodPolicy
MethodPolicy. getDefaultInstanceForType()
MethodPolicy
Control.Builder. getMethodPolicies(int index)
Defines policies applying to the API methods of the service.MethodPolicy
Control. getMethodPolicies(int index)
Defines policies applying to the API methods of the service.MethodPolicy
ControlOrBuilder. getMethodPolicies(int index)
Defines policies applying to the API methods of the service.static MethodPolicy
MethodPolicy. parseDelimitedFrom(java.io.InputStream input)
static MethodPolicy
MethodPolicy. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodPolicy
MethodPolicy. parseFrom(byte[] data)
static MethodPolicy
MethodPolicy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodPolicy
MethodPolicy. parseFrom(com.google.protobuf.ByteString data)
static MethodPolicy
MethodPolicy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodPolicy
MethodPolicy. parseFrom(com.google.protobuf.CodedInputStream input)
static MethodPolicy
MethodPolicy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodPolicy
MethodPolicy. parseFrom(java.io.InputStream input)
static MethodPolicy
MethodPolicy. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MethodPolicy
MethodPolicy. parseFrom(java.nio.ByteBuffer data)
static MethodPolicy
MethodPolicy. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type MethodPolicy Modifier and Type Method Description java.util.List<MethodPolicy>
Control.Builder. getMethodPoliciesList()
Defines policies applying to the API methods of the service.java.util.List<MethodPolicy>
Control. getMethodPoliciesList()
Defines policies applying to the API methods of the service.java.util.List<MethodPolicy>
ControlOrBuilder. getMethodPoliciesList()
Defines policies applying to the API methods of the service.com.google.protobuf.Parser<MethodPolicy>
MethodPolicy. getParserForType()
static com.google.protobuf.Parser<MethodPolicy>
MethodPolicy. parser()
Methods in com.google.api with parameters of type MethodPolicy Modifier and Type Method Description Control.Builder
Control.Builder. addMethodPolicies(int index, MethodPolicy value)
Defines policies applying to the API methods of the service.Control.Builder
Control.Builder. addMethodPolicies(MethodPolicy value)
Defines policies applying to the API methods of the service.MethodPolicy.Builder
MethodPolicy.Builder. mergeFrom(MethodPolicy other)
static MethodPolicy.Builder
MethodPolicy. newBuilder(MethodPolicy prototype)
Control.Builder
Control.Builder. setMethodPolicies(int index, MethodPolicy value)
Defines policies applying to the API methods of the service.Method parameters in com.google.api with type arguments of type MethodPolicy Modifier and Type Method Description Control.Builder
Control.Builder. addAllMethodPolicies(java.lang.Iterable<? extends MethodPolicy> values)
Defines policies applying to the API methods of the service.
-