Uses of Class
com.google.cloud.config.v1.DeleteStatefileRequest
-
Packages that use DeleteStatefileRequest Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of DeleteStatefileRequest in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return DeleteStatefileRequest Modifier and Type Method Description DeleteStatefileRequest
DeleteStatefileRequest.Builder. build()
DeleteStatefileRequest
DeleteStatefileRequest.Builder. buildPartial()
static DeleteStatefileRequest
DeleteStatefileRequest. getDefaultInstance()
DeleteStatefileRequest
DeleteStatefileRequest.Builder. getDefaultInstanceForType()
DeleteStatefileRequest
DeleteStatefileRequest. getDefaultInstanceForType()
static DeleteStatefileRequest
DeleteStatefileRequest. parseDelimitedFrom(InputStream input)
static DeleteStatefileRequest
DeleteStatefileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(byte[] data)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(InputStream input)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(ByteBuffer data)
static DeleteStatefileRequest
DeleteStatefileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.config.v1 that return types with arguments of type DeleteStatefileRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteStatefileRequest,com.google.protobuf.Empty>
ConfigClient. deleteStatefileCallable()
Deletes Terraform state file in a given deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteStatefileRequest,com.google.protobuf.Empty>
ConfigSettings.Builder. deleteStatefileSettings()
Returns the builder for the settings used for calls to deleteStatefile.com.google.api.gax.rpc.UnaryCallSettings<DeleteStatefileRequest,com.google.protobuf.Empty>
ConfigSettings. deleteStatefileSettings()
Returns the object with the settings used for calls to deleteStatefile.static io.grpc.MethodDescriptor<DeleteStatefileRequest,com.google.protobuf.Empty>
ConfigGrpc. getDeleteStatefileMethod()
com.google.protobuf.Parser<DeleteStatefileRequest>
DeleteStatefileRequest. getParserForType()
static com.google.protobuf.Parser<DeleteStatefileRequest>
DeleteStatefileRequest. parser()
Methods in com.google.cloud.config.v1 with parameters of type DeleteStatefileRequest Modifier and Type Method Description void
ConfigClient. deleteStatefile(DeleteStatefileRequest request)
Deletes Terraform state file in a given deployment.default void
ConfigGrpc.AsyncService. deleteStatefile(DeleteStatefileRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes Terraform state file in a given deployment.com.google.protobuf.Empty
ConfigGrpc.ConfigBlockingStub. deleteStatefile(DeleteStatefileRequest request)
Deletes Terraform state file in a given deployment.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
ConfigGrpc.ConfigFutureStub. deleteStatefile(DeleteStatefileRequest request)
Deletes Terraform state file in a given deployment.void
ConfigGrpc.ConfigStub. deleteStatefile(DeleteStatefileRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes Terraform state file in a given deployment.DeleteStatefileRequest.Builder
DeleteStatefileRequest.Builder. mergeFrom(DeleteStatefileRequest other)
static DeleteStatefileRequest.Builder
DeleteStatefileRequest. newBuilder(DeleteStatefileRequest prototype)
-
Uses of DeleteStatefileRequest in com.google.cloud.config.v1.stub
Methods in com.google.cloud.config.v1.stub that return types with arguments of type DeleteStatefileRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteStatefileRequest,com.google.protobuf.Empty>
ConfigStub. deleteStatefileCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteStatefileRequest,com.google.protobuf.Empty>
GrpcConfigStub. deleteStatefileCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteStatefileRequest,com.google.protobuf.Empty>
HttpJsonConfigStub. deleteStatefileCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteStatefileRequest,com.google.protobuf.Empty>
ConfigStubSettings.Builder. deleteStatefileSettings()
Returns the builder for the settings used for calls to deleteStatefile.com.google.api.gax.rpc.UnaryCallSettings<DeleteStatefileRequest,com.google.protobuf.Empty>
ConfigStubSettings. deleteStatefileSettings()
Returns the object with the settings used for calls to deleteStatefile.
-