Uses of Class
com.google.cloud.gkehub.v1alpha2.GenerateConnectManifestRequest
-
Packages that use GenerateConnectManifestRequest Package Description com.google.cloud.gkehub.v1alpha2 A client to GKE Hub APIcom.google.cloud.gkehub.v1alpha2.stub -
-
Uses of GenerateConnectManifestRequest in com.google.cloud.gkehub.v1alpha2
Methods in com.google.cloud.gkehub.v1alpha2 that return GenerateConnectManifestRequest Modifier and Type Method Description GenerateConnectManifestRequest
GenerateConnectManifestRequest.Builder. build()
GenerateConnectManifestRequest
GenerateConnectManifestRequest.Builder. buildPartial()
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. getDefaultInstance()
GenerateConnectManifestRequest
GenerateConnectManifestRequest.Builder. getDefaultInstanceForType()
GenerateConnectManifestRequest
GenerateConnectManifestRequest. getDefaultInstanceForType()
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseDelimitedFrom(InputStream input)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(byte[] data)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(com.google.protobuf.ByteString data)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(InputStream input)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(ByteBuffer data)
static GenerateConnectManifestRequest
GenerateConnectManifestRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.v1alpha2 that return types with arguments of type GenerateConnectManifestRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
GkeHubClient. generateConnectManifestCallable()
Generates the manifest for deployment of the GKE connect agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
GkeHubSettings.Builder. generateConnectManifestSettings()
Returns the builder for the settings used for calls to generateConnectManifest.com.google.api.gax.rpc.UnaryCallSettings<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
GkeHubSettings. generateConnectManifestSettings()
Returns the object with the settings used for calls to generateConnectManifest.static io.grpc.MethodDescriptor<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
GkeHubGrpc. getGenerateConnectManifestMethod()
com.google.protobuf.Parser<GenerateConnectManifestRequest>
GenerateConnectManifestRequest. getParserForType()
static com.google.protobuf.Parser<GenerateConnectManifestRequest>
GenerateConnectManifestRequest. parser()
Methods in com.google.cloud.gkehub.v1alpha2 with parameters of type GenerateConnectManifestRequest Modifier and Type Method Description GenerateConnectManifestResponse
GkeHubClient. generateConnectManifest(GenerateConnectManifestRequest request)
Generates the manifest for deployment of the GKE connect agent.default void
GkeHubGrpc.AsyncService. generateConnectManifest(GenerateConnectManifestRequest request, io.grpc.stub.StreamObserver<GenerateConnectManifestResponse> responseObserver)
Generates the manifest for deployment of the GKE connect agent.GenerateConnectManifestResponse
GkeHubGrpc.GkeHubBlockingStub. generateConnectManifest(GenerateConnectManifestRequest request)
Generates the manifest for deployment of the GKE connect agent.com.google.common.util.concurrent.ListenableFuture<GenerateConnectManifestResponse>
GkeHubGrpc.GkeHubFutureStub. generateConnectManifest(GenerateConnectManifestRequest request)
Generates the manifest for deployment of the GKE connect agent.void
GkeHubGrpc.GkeHubStub. generateConnectManifest(GenerateConnectManifestRequest request, io.grpc.stub.StreamObserver<GenerateConnectManifestResponse> responseObserver)
Generates the manifest for deployment of the GKE connect agent.GenerateConnectManifestRequest.Builder
GenerateConnectManifestRequest.Builder. mergeFrom(GenerateConnectManifestRequest other)
static GenerateConnectManifestRequest.Builder
GenerateConnectManifestRequest. newBuilder(GenerateConnectManifestRequest prototype)
-
Uses of GenerateConnectManifestRequest in com.google.cloud.gkehub.v1alpha2.stub
Methods in com.google.cloud.gkehub.v1alpha2.stub that return types with arguments of type GenerateConnectManifestRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
GkeHubStub. generateConnectManifestCallable()
com.google.api.gax.rpc.UnaryCallable<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
GrpcGkeHubStub. generateConnectManifestCallable()
com.google.api.gax.rpc.UnaryCallable<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
HttpJsonGkeHubStub. generateConnectManifestCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
GkeHubStubSettings.Builder. generateConnectManifestSettings()
Returns the builder for the settings used for calls to generateConnectManifest.com.google.api.gax.rpc.UnaryCallSettings<GenerateConnectManifestRequest,GenerateConnectManifestResponse>
GkeHubStubSettings. generateConnectManifestSettings()
Returns the object with the settings used for calls to generateConnectManifest.
-