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 ConfigConfig.Builder. build()ConfigConfig.Builder. buildPartial()ConfigCloudDeployClient. getConfig(ConfigName name)Gets the configuration for a location.ConfigCloudDeployClient. getConfig(GetConfigRequest request)Gets the configuration for a location.ConfigCloudDeployClient. getConfig(String name)Gets the configuration for a location.ConfigCloudDeployGrpc.CloudDeployBlockingStub. getConfig(GetConfigRequest request)Gets the configuration for a location.static ConfigConfig. getDefaultInstance()ConfigConfig.Builder. getDefaultInstanceForType()ConfigConfig. getDefaultInstanceForType()static ConfigConfig. parseDelimitedFrom(InputStream input)static ConfigConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigConfig. parseFrom(byte[] data)static ConfigConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigConfig. parseFrom(com.google.protobuf.ByteString data)static ConfigConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigConfig. parseFrom(com.google.protobuf.CodedInputStream input)static ConfigConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigConfig. parseFrom(InputStream input)static ConfigConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigConfig. parseFrom(ByteBuffer data)static ConfigConfig. 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.BuilderConfig.Builder. mergeFrom(Config other)static Config.BuilderConfig. newBuilder(Config prototype)Method parameters in com.google.cloud.deploy.v1 with type arguments of type Config Modifier and Type Method Description default voidCloudDeployGrpc.AsyncService. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)Gets the configuration for a location.voidCloudDeployGrpc.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.
-