Uses of Class
com.google.api.serviceusage.v1beta1.ServiceIdentity
-
Packages that use ServiceIdentity Package Description com.google.api.serviceusage.v1beta1 A client to Service Usage APIcom.google.api.serviceusage.v1beta1.stub -
-
Uses of ServiceIdentity in com.google.api.serviceusage.v1beta1
Methods in com.google.api.serviceusage.v1beta1 that return ServiceIdentity Modifier and Type Method Description ServiceIdentity
ServiceIdentity.Builder. build()
ServiceIdentity
ServiceIdentity.Builder. buildPartial()
static ServiceIdentity
ServiceIdentity. getDefaultInstance()
ServiceIdentity
ServiceIdentity.Builder. getDefaultInstanceForType()
ServiceIdentity
ServiceIdentity. getDefaultInstanceForType()
ServiceIdentity
GetServiceIdentityResponse.Builder. getIdentity()
Service identity that service producer can use to access consumer resources.ServiceIdentity
GetServiceIdentityResponse. getIdentity()
Service identity that service producer can use to access consumer resources.ServiceIdentity
GetServiceIdentityResponseOrBuilder. getIdentity()
Service identity that service producer can use to access consumer resources.static ServiceIdentity
ServiceIdentity. parseDelimitedFrom(InputStream input)
static ServiceIdentity
ServiceIdentity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(byte[] data)
static ServiceIdentity
ServiceIdentity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(com.google.protobuf.ByteString data)
static ServiceIdentity
ServiceIdentity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceIdentity
ServiceIdentity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(InputStream input)
static ServiceIdentity
ServiceIdentity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(ByteBuffer data)
static ServiceIdentity
ServiceIdentity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.serviceusage.v1beta1 that return types with arguments of type ServiceIdentity Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ServiceIdentity,com.google.protobuf.Empty>
ServiceUsageClient. generateServiceIdentityAsync(GenerateServiceIdentityRequest request)
Generates service identity for service.com.google.api.gax.rpc.OperationCallable<GenerateServiceIdentityRequest,ServiceIdentity,com.google.protobuf.Empty>
ServiceUsageClient. generateServiceIdentityOperationCallable()
Generates service identity for service.com.google.api.gax.rpc.OperationCallSettings.Builder<GenerateServiceIdentityRequest,ServiceIdentity,com.google.protobuf.Empty>
ServiceUsageSettings.Builder. generateServiceIdentityOperationSettings()
Returns the builder for the settings used for calls to generateServiceIdentity.com.google.api.gax.rpc.OperationCallSettings<GenerateServiceIdentityRequest,ServiceIdentity,com.google.protobuf.Empty>
ServiceUsageSettings. generateServiceIdentityOperationSettings()
Returns the object with the settings used for calls to generateServiceIdentity.com.google.protobuf.Parser<ServiceIdentity>
ServiceIdentity. getParserForType()
static com.google.protobuf.Parser<ServiceIdentity>
ServiceIdentity. parser()
Methods in com.google.api.serviceusage.v1beta1 with parameters of type ServiceIdentity Modifier and Type Method Description ServiceIdentity.Builder
ServiceIdentity.Builder. mergeFrom(ServiceIdentity other)
GetServiceIdentityResponse.Builder
GetServiceIdentityResponse.Builder. mergeIdentity(ServiceIdentity value)
Service identity that service producer can use to access consumer resources.static ServiceIdentity.Builder
ServiceIdentity. newBuilder(ServiceIdentity prototype)
GetServiceIdentityResponse.Builder
GetServiceIdentityResponse.Builder. setIdentity(ServiceIdentity value)
Service identity that service producer can use to access consumer resources. -
Uses of ServiceIdentity in com.google.api.serviceusage.v1beta1.stub
Methods in com.google.api.serviceusage.v1beta1.stub that return types with arguments of type ServiceIdentity Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<GenerateServiceIdentityRequest,ServiceIdentity,com.google.protobuf.Empty>
GrpcServiceUsageStub. generateServiceIdentityOperationCallable()
com.google.api.gax.rpc.OperationCallable<GenerateServiceIdentityRequest,ServiceIdentity,com.google.protobuf.Empty>
HttpJsonServiceUsageStub. generateServiceIdentityOperationCallable()
com.google.api.gax.rpc.OperationCallable<GenerateServiceIdentityRequest,ServiceIdentity,com.google.protobuf.Empty>
ServiceUsageStub. generateServiceIdentityOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<GenerateServiceIdentityRequest,ServiceIdentity,com.google.protobuf.Empty>
ServiceUsageStubSettings.Builder. generateServiceIdentityOperationSettings()
Returns the builder for the settings used for calls to generateServiceIdentity.com.google.api.gax.rpc.OperationCallSettings<GenerateServiceIdentityRequest,ServiceIdentity,com.google.protobuf.Empty>
ServiceUsageStubSettings. generateServiceIdentityOperationSettings()
Returns the object with the settings used for calls to generateServiceIdentity.
-