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 GetEntitlementRequestGetEntitlementRequest.Builder. build()GetEntitlementRequestGetEntitlementRequest.Builder. buildPartial()static GetEntitlementRequestGetEntitlementRequest. getDefaultInstance()GetEntitlementRequestGetEntitlementRequest.Builder. getDefaultInstanceForType()GetEntitlementRequestGetEntitlementRequest. getDefaultInstanceForType()static GetEntitlementRequestGetEntitlementRequest. parseDelimitedFrom(InputStream input)static GetEntitlementRequestGetEntitlementRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntitlementRequestGetEntitlementRequest. parseFrom(byte[] data)static GetEntitlementRequestGetEntitlementRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntitlementRequestGetEntitlementRequest. parseFrom(com.google.protobuf.ByteString data)static GetEntitlementRequestGetEntitlementRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntitlementRequestGetEntitlementRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetEntitlementRequestGetEntitlementRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntitlementRequestGetEntitlementRequest. parseFrom(InputStream input)static GetEntitlementRequestGetEntitlementRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetEntitlementRequestGetEntitlementRequest. parseFrom(ByteBuffer data)static GetEntitlementRequestGetEntitlementRequest. 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 EntitlementCloudChannelServiceClient. getEntitlement(GetEntitlementRequest request)Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.default voidCloudChannelServiceGrpc.AsyncService. getEntitlement(GetEntitlementRequest request, io.grpc.stub.StreamObserver<Entitlement> responseObserver)Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.EntitlementCloudChannelServiceGrpc.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.voidCloudChannelServiceGrpc.CloudChannelServiceStub. getEntitlement(GetEntitlementRequest request, io.grpc.stub.StreamObserver<Entitlement> responseObserver)Returns the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.GetEntitlementRequest.BuilderGetEntitlementRequest.Builder. mergeFrom(GetEntitlementRequest other)static GetEntitlementRequest.BuilderGetEntitlementRequest. 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.
-