Uses of Class
com.google.cloud.deploy.v1.GetConfigRequest
-
Packages that use GetConfigRequest Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of GetConfigRequest in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return GetConfigRequest Modifier and Type Method Description GetConfigRequest
GetConfigRequest.Builder. build()
GetConfigRequest
GetConfigRequest.Builder. buildPartial()
static GetConfigRequest
GetConfigRequest. getDefaultInstance()
GetConfigRequest
GetConfigRequest.Builder. getDefaultInstanceForType()
GetConfigRequest
GetConfigRequest. getDefaultInstanceForType()
static GetConfigRequest
GetConfigRequest. parseDelimitedFrom(InputStream input)
static GetConfigRequest
GetConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(byte[] data)
static GetConfigRequest
GetConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetConfigRequest
GetConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetConfigRequest
GetConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(InputStream input)
static GetConfigRequest
GetConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConfigRequest
GetConfigRequest. parseFrom(ByteBuffer data)
static GetConfigRequest
GetConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type GetConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConfigRequest,Config>
CloudDeployClient. getConfigCallable()
Gets the configuration for a location.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConfigRequest,Config>
CloudDeploySettings.Builder. getConfigSettings()
Returns the builder for the settings used for calls to getConfig.com.google.api.gax.rpc.UnaryCallSettings<GetConfigRequest,Config>
CloudDeploySettings. getConfigSettings()
Returns the object with the settings used for calls to getConfig.static io.grpc.MethodDescriptor<GetConfigRequest,Config>
CloudDeployGrpc. getGetConfigMethod()
com.google.protobuf.Parser<GetConfigRequest>
GetConfigRequest. getParserForType()
static com.google.protobuf.Parser<GetConfigRequest>
GetConfigRequest. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type GetConfigRequest Modifier and Type Method Description Config
CloudDeployClient. getConfig(GetConfigRequest request)
Gets the configuration for a location.default void
CloudDeployGrpc.AsyncService. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)
Gets the configuration for a location.Config
CloudDeployGrpc.CloudDeployBlockingStub. getConfig(GetConfigRequest request)
Gets the configuration for a location.com.google.common.util.concurrent.ListenableFuture<Config>
CloudDeployGrpc.CloudDeployFutureStub. getConfig(GetConfigRequest request)
Gets the configuration for a location.void
CloudDeployGrpc.CloudDeployStub. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)
Gets the configuration for a location.GetConfigRequest.Builder
GetConfigRequest.Builder. mergeFrom(GetConfigRequest other)
static GetConfigRequest.Builder
GetConfigRequest. newBuilder(GetConfigRequest prototype)
-
Uses of GetConfigRequest in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type GetConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConfigRequest,Config>
CloudDeployStub. getConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetConfigRequest,Config>
GrpcCloudDeployStub. getConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetConfigRequest,Config>
HttpJsonCloudDeployStub. getConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConfigRequest,Config>
CloudDeployStubSettings.Builder. getConfigSettings()
Returns the builder for the settings used for calls to getConfig.com.google.api.gax.rpc.UnaryCallSettings<GetConfigRequest,Config>
CloudDeployStubSettings. getConfigSettings()
Returns the object with the settings used for calls to getConfig.
-