Uses of Class
com.google.cloud.deploy.v1.Config
-
Packages that use Config Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of Config in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Config Modifier and Type Method Description Config
Config.Builder. build()
Config
Config.Builder. buildPartial()
Config
CloudDeployClient. getConfig(ConfigName name)
Gets the configuration for a location.Config
CloudDeployClient. getConfig(GetConfigRequest request)
Gets the configuration for a location.Config
CloudDeployClient. getConfig(String name)
Gets the configuration for a location.Config
CloudDeployGrpc.CloudDeployBlockingStub. getConfig(GetConfigRequest request)
Gets the configuration for a location.static Config
Config. getDefaultInstance()
Config
Config.Builder. getDefaultInstanceForType()
Config
Config. getDefaultInstanceForType()
static Config
Config. parseDelimitedFrom(InputStream input)
static Config
Config. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Config
Config. parseFrom(byte[] data)
static Config
Config. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Config
Config. parseFrom(com.google.protobuf.ByteString data)
static Config
Config. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Config
Config. parseFrom(com.google.protobuf.CodedInputStream input)
static Config
Config. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Config
Config. parseFrom(InputStream input)
static Config
Config. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Config
Config. parseFrom(ByteBuffer data)
static Config
Config. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type Config Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Config>
CloudDeployGrpc.CloudDeployFutureStub. getConfig(GetConfigRequest request)
Gets the configuration for a location.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<Config>
Config. getParserForType()
static com.google.protobuf.Parser<Config>
Config. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type Config Modifier and Type Method Description Config.Builder
Config.Builder. mergeFrom(Config other)
static Config.Builder
Config. newBuilder(Config prototype)
Method parameters in com.google.cloud.deploy.v1 with type arguments of type Config Modifier and Type Method Description default void
CloudDeployGrpc.AsyncService. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)
Gets the configuration for a location.void
CloudDeployGrpc.CloudDeployStub. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)
Gets the configuration for a location. -
Uses of Config in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type Config 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.
-