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 DeleteStatefileRequestDeleteStatefileRequest.Builder. build()DeleteStatefileRequestDeleteStatefileRequest.Builder. buildPartial()static DeleteStatefileRequestDeleteStatefileRequest. getDefaultInstance()DeleteStatefileRequestDeleteStatefileRequest.Builder. getDefaultInstanceForType()DeleteStatefileRequestDeleteStatefileRequest. getDefaultInstanceForType()static DeleteStatefileRequestDeleteStatefileRequest. parseDelimitedFrom(InputStream input)static DeleteStatefileRequestDeleteStatefileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(byte[] data)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(InputStream input)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteStatefileRequestDeleteStatefileRequest. parseFrom(ByteBuffer data)static DeleteStatefileRequestDeleteStatefileRequest. 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 voidConfigClient. deleteStatefile(DeleteStatefileRequest request)Deletes Terraform state file in a given deployment.default voidConfigGrpc.AsyncService. deleteStatefile(DeleteStatefileRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes Terraform state file in a given deployment.com.google.protobuf.EmptyConfigGrpc.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.voidConfigGrpc.ConfigStub. deleteStatefile(DeleteStatefileRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes Terraform state file in a given deployment.DeleteStatefileRequest.BuilderDeleteStatefileRequest.Builder. mergeFrom(DeleteStatefileRequest other)static DeleteStatefileRequest.BuilderDeleteStatefileRequest. 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.
-