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 GetConfigRequestGetConfigRequest.Builder. build()GetConfigRequestGetConfigRequest.Builder. buildPartial()static GetConfigRequestGetConfigRequest. getDefaultInstance()GetConfigRequestGetConfigRequest.Builder. getDefaultInstanceForType()GetConfigRequestGetConfigRequest. getDefaultInstanceForType()static GetConfigRequestGetConfigRequest. parseDelimitedFrom(InputStream input)static GetConfigRequestGetConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(byte[] data)static GetConfigRequestGetConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(com.google.protobuf.ByteString data)static GetConfigRequestGetConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetConfigRequestGetConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(InputStream input)static GetConfigRequestGetConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetConfigRequestGetConfigRequest. parseFrom(ByteBuffer data)static GetConfigRequestGetConfigRequest. 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 ConfigCloudDeployClient. getConfig(GetConfigRequest request)Gets the configuration for a location.default voidCloudDeployGrpc.AsyncService. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)Gets the configuration for a location.ConfigCloudDeployGrpc.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.voidCloudDeployGrpc.CloudDeployStub. getConfig(GetConfigRequest request, io.grpc.stub.StreamObserver<Config> responseObserver)Gets the configuration for a location.GetConfigRequest.BuilderGetConfigRequest.Builder. mergeFrom(GetConfigRequest other)static GetConfigRequest.BuilderGetConfigRequest. 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.
-