Uses of Class
com.google.cloud.gkehub.v1beta1.ValidateExclusivityResponse
-
Packages that use ValidateExclusivityResponse Package Description com.google.cloud.gkehub.v1beta1 A client to GKE Hub APIcom.google.cloud.gkehub.v1beta1.stub -
-
Uses of ValidateExclusivityResponse in com.google.cloud.gkehub.v1beta1
Methods in com.google.cloud.gkehub.v1beta1 that return ValidateExclusivityResponse Modifier and Type Method Description ValidateExclusivityResponse
ValidateExclusivityResponse.Builder. build()
ValidateExclusivityResponse
ValidateExclusivityResponse.Builder. buildPartial()
static ValidateExclusivityResponse
ValidateExclusivityResponse. getDefaultInstance()
ValidateExclusivityResponse
ValidateExclusivityResponse.Builder. getDefaultInstanceForType()
ValidateExclusivityResponse
ValidateExclusivityResponse. getDefaultInstanceForType()
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseDelimitedFrom(InputStream input)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(byte[] data)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(com.google.protobuf.ByteString data)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(InputStream input)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(ByteBuffer data)
static ValidateExclusivityResponse
ValidateExclusivityResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ValidateExclusivityResponse
GkeHubMembershipServiceClient. validateExclusivity(ValidateExclusivityRequest request)
ValidateExclusivity validates the state of exclusivity in the cluster.ValidateExclusivityResponse
GkeHubMembershipServiceGrpc.GkeHubMembershipServiceBlockingStub. validateExclusivity(ValidateExclusivityRequest request)
ValidateExclusivity validates the state of exclusivity in the cluster.Methods in com.google.cloud.gkehub.v1beta1 that return types with arguments of type ValidateExclusivityResponse Modifier and Type Method Description com.google.protobuf.Parser<ValidateExclusivityResponse>
ValidateExclusivityResponse. getParserForType()
static io.grpc.MethodDescriptor<ValidateExclusivityRequest,ValidateExclusivityResponse>
GkeHubMembershipServiceGrpc. getValidateExclusivityMethod()
static com.google.protobuf.Parser<ValidateExclusivityResponse>
ValidateExclusivityResponse. parser()
com.google.common.util.concurrent.ListenableFuture<ValidateExclusivityResponse>
GkeHubMembershipServiceGrpc.GkeHubMembershipServiceFutureStub. validateExclusivity(ValidateExclusivityRequest request)
ValidateExclusivity validates the state of exclusivity in the cluster.com.google.api.gax.rpc.UnaryCallable<ValidateExclusivityRequest,ValidateExclusivityResponse>
GkeHubMembershipServiceClient. validateExclusivityCallable()
ValidateExclusivity validates the state of exclusivity in the cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateExclusivityRequest,ValidateExclusivityResponse>
GkeHubMembershipServiceSettings.Builder. validateExclusivitySettings()
Returns the builder for the settings used for calls to validateExclusivity.com.google.api.gax.rpc.UnaryCallSettings<ValidateExclusivityRequest,ValidateExclusivityResponse>
GkeHubMembershipServiceSettings. validateExclusivitySettings()
Returns the object with the settings used for calls to validateExclusivity.Methods in com.google.cloud.gkehub.v1beta1 with parameters of type ValidateExclusivityResponse Modifier and Type Method Description ValidateExclusivityResponse.Builder
ValidateExclusivityResponse.Builder. mergeFrom(ValidateExclusivityResponse other)
static ValidateExclusivityResponse.Builder
ValidateExclusivityResponse. newBuilder(ValidateExclusivityResponse prototype)
Method parameters in com.google.cloud.gkehub.v1beta1 with type arguments of type ValidateExclusivityResponse Modifier and Type Method Description default void
GkeHubMembershipServiceGrpc.AsyncService. validateExclusivity(ValidateExclusivityRequest request, io.grpc.stub.StreamObserver<ValidateExclusivityResponse> responseObserver)
ValidateExclusivity validates the state of exclusivity in the cluster.void
GkeHubMembershipServiceGrpc.GkeHubMembershipServiceStub. validateExclusivity(ValidateExclusivityRequest request, io.grpc.stub.StreamObserver<ValidateExclusivityResponse> responseObserver)
ValidateExclusivity validates the state of exclusivity in the cluster. -
Uses of ValidateExclusivityResponse in com.google.cloud.gkehub.v1beta1.stub
Methods in com.google.cloud.gkehub.v1beta1.stub that return types with arguments of type ValidateExclusivityResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ValidateExclusivityRequest,ValidateExclusivityResponse>
GkeHubMembershipServiceStub. validateExclusivityCallable()
com.google.api.gax.rpc.UnaryCallable<ValidateExclusivityRequest,ValidateExclusivityResponse>
GrpcGkeHubMembershipServiceStub. validateExclusivityCallable()
com.google.api.gax.rpc.UnaryCallable<ValidateExclusivityRequest,ValidateExclusivityResponse>
HttpJsonGkeHubMembershipServiceStub. validateExclusivityCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateExclusivityRequest,ValidateExclusivityResponse>
GkeHubMembershipServiceStubSettings.Builder. validateExclusivitySettings()
Returns the builder for the settings used for calls to validateExclusivity.com.google.api.gax.rpc.UnaryCallSettings<ValidateExclusivityRequest,ValidateExclusivityResponse>
GkeHubMembershipServiceStubSettings. validateExclusivitySettings()
Returns the object with the settings used for calls to validateExclusivity.
-