Uses of Class
com.google.cloud.gkehub.v1alpha.CreateFeatureRequest
-
Packages that use CreateFeatureRequest Package Description com.google.cloud.gkehub.v1alpha A client to GKE Hubcom.google.cloud.gkehub.v1alpha.stub -
-
Uses of CreateFeatureRequest in com.google.cloud.gkehub.v1alpha
Methods in com.google.cloud.gkehub.v1alpha that return CreateFeatureRequest Modifier and Type Method Description CreateFeatureRequestCreateFeatureRequest.Builder. build()CreateFeatureRequestCreateFeatureRequest.Builder. buildPartial()static CreateFeatureRequestCreateFeatureRequest. getDefaultInstance()CreateFeatureRequestCreateFeatureRequest.Builder. getDefaultInstanceForType()CreateFeatureRequestCreateFeatureRequest. getDefaultInstanceForType()static CreateFeatureRequestCreateFeatureRequest. parseDelimitedFrom(InputStream input)static CreateFeatureRequestCreateFeatureRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeatureRequestCreateFeatureRequest. parseFrom(byte[] data)static CreateFeatureRequestCreateFeatureRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeatureRequestCreateFeatureRequest. parseFrom(com.google.protobuf.ByteString data)static CreateFeatureRequestCreateFeatureRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeatureRequestCreateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateFeatureRequestCreateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeatureRequestCreateFeatureRequest. parseFrom(InputStream input)static CreateFeatureRequestCreateFeatureRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFeatureRequestCreateFeatureRequest. parseFrom(ByteBuffer data)static CreateFeatureRequestCreateFeatureRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gkehub.v1alpha that return types with arguments of type CreateFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation>GkeHubClient. createFeatureCallable()Adds a new Feature.com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,OperationMetadata>GkeHubClient. createFeatureOperationCallable()Adds a new Feature.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,Feature,OperationMetadata>GkeHubSettings.Builder. createFeatureOperationSettings()Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,OperationMetadata>GkeHubSettings. createFeatureOperationSettings()Returns the object with the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureRequest,com.google.longrunning.Operation>GkeHubSettings.Builder. createFeatureSettings()Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallSettings<CreateFeatureRequest,com.google.longrunning.Operation>GkeHubSettings. createFeatureSettings()Returns the object with the settings used for calls to createFeature.static io.grpc.MethodDescriptor<CreateFeatureRequest,com.google.longrunning.Operation>GkeHubGrpc. getCreateFeatureMethod()com.google.protobuf.Parser<CreateFeatureRequest>CreateFeatureRequest. getParserForType()static com.google.protobuf.Parser<CreateFeatureRequest>CreateFeatureRequest. parser()Methods in com.google.cloud.gkehub.v1alpha with parameters of type CreateFeatureRequest Modifier and Type Method Description default voidGkeHubGrpc.AsyncService. createFeature(CreateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Adds a new Feature.com.google.longrunning.OperationGkeHubGrpc.GkeHubBlockingStub. createFeature(CreateFeatureRequest request)Adds a new Feature.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>GkeHubGrpc.GkeHubFutureStub. createFeature(CreateFeatureRequest request)Adds a new Feature.voidGkeHubGrpc.GkeHubStub. createFeature(CreateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Adds a new Feature.com.google.api.gax.longrunning.OperationFuture<Feature,OperationMetadata>GkeHubClient. createFeatureAsync(CreateFeatureRequest request)Adds a new Feature.CreateFeatureRequest.BuilderCreateFeatureRequest.Builder. mergeFrom(CreateFeatureRequest other)static CreateFeatureRequest.BuilderCreateFeatureRequest. newBuilder(CreateFeatureRequest prototype) -
Uses of CreateFeatureRequest in com.google.cloud.gkehub.v1alpha.stub
Methods in com.google.cloud.gkehub.v1alpha.stub that return types with arguments of type CreateFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation>GkeHubStub. createFeatureCallable()com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation>GrpcGkeHubStub. createFeatureCallable()com.google.api.gax.rpc.UnaryCallable<CreateFeatureRequest,com.google.longrunning.Operation>HttpJsonGkeHubStub. createFeatureCallable()com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,OperationMetadata>GkeHubStub. createFeatureOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,OperationMetadata>GrpcGkeHubStub. createFeatureOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateFeatureRequest,Feature,OperationMetadata>HttpJsonGkeHubStub. createFeatureOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,Feature,OperationMetadata>GkeHubStubSettings.Builder. createFeatureOperationSettings()Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,OperationMetadata>GkeHubStubSettings. createFeatureOperationSettings()Returns the object with the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureRequest,com.google.longrunning.Operation>GkeHubStubSettings.Builder. createFeatureSettings()Returns the builder for the settings used for calls to createFeature.com.google.api.gax.rpc.UnaryCallSettings<CreateFeatureRequest,com.google.longrunning.Operation>GkeHubStubSettings. createFeatureSettings()Returns the object with the settings used for calls to createFeature.
-