Uses of Class
com.google.cloud.channel.v1.GetEntitlementRequest
-
Packages that use GetEntitlementRequest Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of GetEntitlementRequest in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return GetEntitlementRequest Modifier and Type Method Description GetEntitlementRequest
GetEntitlementRequest.Builder. build()
GetEntitlementRequest
GetEntitlementRequest.Builder. buildPartial()
static GetEntitlementRequest
GetEntitlementRequest. getDefaultInstance()
GetEntitlementRequest
GetEntitlementRequest.Builder. getDefaultInstanceForType()
GetEntitlementRequest
GetEntitlementRequest. getDefaultInstanceForType()
static GetEntitlementRequest
GetEntitlementRequest. parseDelimitedFrom(InputStream input)
static GetEntitlementRequest
GetEntitlementRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(byte[] data)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(com.google.protobuf.ByteString data)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(InputStream input)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(ByteBuffer data)
static GetEntitlementRequest
GetEntitlementRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type GetEntitlementRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEntitlementRequest,Entitlement>
CloudChannelServiceClient. getEntitlementCallable()
Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntitlementRequest,Entitlement>
CloudChannelServiceSettings.Builder. getEntitlementSettings()
Returns the builder for the settings used for calls to getEntitlement.com.google.api.gax.rpc.UnaryCallSettings<GetEntitlementRequest,Entitlement>
CloudChannelServiceSettings. getEntitlementSettings()
Returns the object with the settings used for calls to getEntitlement.static io.grpc.MethodDescriptor<GetEntitlementRequest,Entitlement>
CloudChannelServiceGrpc. getGetEntitlementMethod()
com.google.protobuf.Parser<GetEntitlementRequest>
GetEntitlementRequest. getParserForType()
static com.google.protobuf.Parser<GetEntitlementRequest>
GetEntitlementRequest. parser()
Methods in com.google.cloud.channel.v1 with parameters of type GetEntitlementRequest Modifier and Type Method Description Entitlement
CloudChannelServiceClient. getEntitlement(GetEntitlementRequest request)
Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.default void
CloudChannelServiceGrpc.AsyncService. getEntitlement(GetEntitlementRequest request, io.grpc.stub.StreamObserver<Entitlement> responseObserver)
Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.Entitlement
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub. getEntitlement(GetEntitlementRequest request)
Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.com.google.common.util.concurrent.ListenableFuture<Entitlement>
CloudChannelServiceGrpc.CloudChannelServiceFutureStub. getEntitlement(GetEntitlementRequest request)
Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.void
CloudChannelServiceGrpc.CloudChannelServiceStub. getEntitlement(GetEntitlementRequest request, io.grpc.stub.StreamObserver<Entitlement> responseObserver)
Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.GetEntitlementRequest.Builder
GetEntitlementRequest.Builder. mergeFrom(GetEntitlementRequest other)
static GetEntitlementRequest.Builder
GetEntitlementRequest. newBuilder(GetEntitlementRequest prototype)
-
Uses of GetEntitlementRequest in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type GetEntitlementRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEntitlementRequest,Entitlement>
CloudChannelServiceStub. getEntitlementCallable()
com.google.api.gax.rpc.UnaryCallable<GetEntitlementRequest,Entitlement>
GrpcCloudChannelServiceStub. getEntitlementCallable()
com.google.api.gax.rpc.UnaryCallable<GetEntitlementRequest,Entitlement>
HttpJsonCloudChannelServiceStub. getEntitlementCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntitlementRequest,Entitlement>
CloudChannelServiceStubSettings.Builder. getEntitlementSettings()
Returns the builder for the settings used for calls to getEntitlement.com.google.api.gax.rpc.UnaryCallSettings<GetEntitlementRequest,Entitlement>
CloudChannelServiceStubSettings. getEntitlementSettings()
Returns the object with the settings used for calls to getEntitlement.
-