Uses of Class
com.google.cloud.gkehub.v1.GenerateConnectManifestRequest
-
Packages that use GenerateConnectManifestRequest Package Description com.google.cloud.gkehub.v1 A client to GKE Hubcom.google.cloud.gkehub.v1.stub -
-
Uses of GenerateConnectManifestRequest in com.google.cloud.gkehub.v1
Methods in com.google.cloud.gkehub.v1 that return GenerateConnectManifestRequest Modifier and Type Method Description GenerateConnectManifestRequestGenerateConnectManifestRequest.Builder. build()GenerateConnectManifestRequestGenerateConnectManifestRequest.Builder. buildPartial()static GenerateConnectManifestRequestGenerateConnectManifestRequest. getDefaultInstance()GenerateConnectManifestRequestGenerateConnectManifestRequest.Builder. getDefaultInstanceForType()GenerateConnectManifestRequestGenerateConnectManifestRequest. getDefaultInstanceForType()static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseDelimitedFrom(InputStream input)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(byte[] data)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(com.google.protobuf.ByteString data)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(InputStream input)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(ByteBuffer data)static GenerateConnectManifestRequestGenerateConnectManifestRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gkehub.v1 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.v1 with parameters of type GenerateConnectManifestRequest Modifier and Type Method Description GenerateConnectManifestResponseGkeHubClient. generateConnectManifest(GenerateConnectManifestRequest request)Generates the manifest for deployment of the GKE connect agent.default voidGkeHubGrpc.AsyncService. generateConnectManifest(GenerateConnectManifestRequest request, io.grpc.stub.StreamObserver<GenerateConnectManifestResponse> responseObserver)Generates the manifest for deployment of the GKE connect agent.GenerateConnectManifestResponseGkeHubGrpc.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.voidGkeHubGrpc.GkeHubStub. generateConnectManifest(GenerateConnectManifestRequest request, io.grpc.stub.StreamObserver<GenerateConnectManifestResponse> responseObserver)Generates the manifest for deployment of the GKE connect agent.GenerateConnectManifestRequest.BuilderGenerateConnectManifestRequest.Builder. mergeFrom(GenerateConnectManifestRequest other)static GenerateConnectManifestRequest.BuilderGenerateConnectManifestRequest. newBuilder(GenerateConnectManifestRequest prototype) -
Uses of GenerateConnectManifestRequest in com.google.cloud.gkehub.v1.stub
Methods in com.google.cloud.gkehub.v1.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.
-