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