Uses of Class
com.google.cloud.config.v1.Statefile
-
Packages that use Statefile Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of Statefile in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return Statefile Modifier and Type Method Description StatefileStatefile.Builder. build()StatefileStatefile.Builder. buildPartial()StatefileConfigClient. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)Exports Terraform state file from a given deployment.StatefileConfigGrpc.ConfigBlockingStub. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)Exports Terraform state file from a given deployment.StatefileConfigClient. exportRevisionStatefile(ExportRevisionStatefileRequest request)Exports Terraform state file from a given revision.StatefileConfigGrpc.ConfigBlockingStub. exportRevisionStatefile(ExportRevisionStatefileRequest request)Exports Terraform state file from a given revision.static StatefileStatefile. getDefaultInstance()StatefileStatefile.Builder. getDefaultInstanceForType()StatefileStatefile. getDefaultInstanceForType()StatefileConfigClient. importStatefile(DeploymentName parent, long lockId)Imports Terraform state file in a given deployment.StatefileConfigClient. importStatefile(ImportStatefileRequest request)Imports Terraform state file in a given deployment.StatefileConfigClient. importStatefile(String parent, long lockId)Imports Terraform state file in a given deployment.StatefileConfigGrpc.ConfigBlockingStub. importStatefile(ImportStatefileRequest request)Imports Terraform state file in a given deployment.static StatefileStatefile. parseDelimitedFrom(InputStream input)static StatefileStatefile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatefileStatefile. parseFrom(byte[] data)static StatefileStatefile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatefileStatefile. parseFrom(com.google.protobuf.ByteString data)static StatefileStatefile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatefileStatefile. parseFrom(com.google.protobuf.CodedInputStream input)static StatefileStatefile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatefileStatefile. parseFrom(InputStream input)static StatefileStatefile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StatefileStatefile. parseFrom(ByteBuffer data)static StatefileStatefile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.config.v1 that return types with arguments of type Statefile Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Statefile>ConfigGrpc.ConfigFutureStub. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)Exports Terraform state file from a given deployment.com.google.api.gax.rpc.UnaryCallable<ExportDeploymentStatefileRequest,Statefile>ConfigClient. exportDeploymentStatefileCallable()Exports Terraform state file from a given deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDeploymentStatefileRequest,Statefile>ConfigSettings.Builder. exportDeploymentStatefileSettings()Returns the builder for the settings used for calls to exportDeploymentStatefile.com.google.api.gax.rpc.UnaryCallSettings<ExportDeploymentStatefileRequest,Statefile>ConfigSettings. exportDeploymentStatefileSettings()Returns the object with the settings used for calls to exportDeploymentStatefile.com.google.common.util.concurrent.ListenableFuture<Statefile>ConfigGrpc.ConfigFutureStub. exportRevisionStatefile(ExportRevisionStatefileRequest request)Exports Terraform state file from a given revision.com.google.api.gax.rpc.UnaryCallable<ExportRevisionStatefileRequest,Statefile>ConfigClient. exportRevisionStatefileCallable()Exports Terraform state file from a given revision.com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportRevisionStatefileRequest,Statefile>ConfigSettings.Builder. exportRevisionStatefileSettings()Returns the builder for the settings used for calls to exportRevisionStatefile.com.google.api.gax.rpc.UnaryCallSettings<ExportRevisionStatefileRequest,Statefile>ConfigSettings. exportRevisionStatefileSettings()Returns the object with the settings used for calls to exportRevisionStatefile.static io.grpc.MethodDescriptor<ExportDeploymentStatefileRequest,Statefile>ConfigGrpc. getExportDeploymentStatefileMethod()static io.grpc.MethodDescriptor<ExportRevisionStatefileRequest,Statefile>ConfigGrpc. getExportRevisionStatefileMethod()static io.grpc.MethodDescriptor<ImportStatefileRequest,Statefile>ConfigGrpc. getImportStatefileMethod()com.google.protobuf.Parser<Statefile>Statefile. getParserForType()com.google.common.util.concurrent.ListenableFuture<Statefile>ConfigGrpc.ConfigFutureStub. importStatefile(ImportStatefileRequest request)Imports Terraform state file in a given deployment.com.google.api.gax.rpc.UnaryCallable<ImportStatefileRequest,Statefile>ConfigClient. importStatefileCallable()Imports Terraform state file in a given deployment.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportStatefileRequest,Statefile>ConfigSettings.Builder. importStatefileSettings()Returns the builder for the settings used for calls to importStatefile.com.google.api.gax.rpc.UnaryCallSettings<ImportStatefileRequest,Statefile>ConfigSettings. importStatefileSettings()Returns the object with the settings used for calls to importStatefile.static com.google.protobuf.Parser<Statefile>Statefile. parser()Methods in com.google.cloud.config.v1 with parameters of type Statefile Modifier and Type Method Description Statefile.BuilderStatefile.Builder. mergeFrom(Statefile other)static Statefile.BuilderStatefile. newBuilder(Statefile prototype)Method parameters in com.google.cloud.config.v1 with type arguments of type Statefile Modifier and Type Method Description default voidConfigGrpc.AsyncService. exportDeploymentStatefile(ExportDeploymentStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)Exports Terraform state file from a given deployment.voidConfigGrpc.ConfigStub. exportDeploymentStatefile(ExportDeploymentStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)Exports Terraform state file from a given deployment.default voidConfigGrpc.AsyncService. exportRevisionStatefile(ExportRevisionStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)Exports Terraform state file from a given revision.voidConfigGrpc.ConfigStub. exportRevisionStatefile(ExportRevisionStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)Exports Terraform state file from a given revision.default voidConfigGrpc.AsyncService. importStatefile(ImportStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)Imports Terraform state file in a given deployment.voidConfigGrpc.ConfigStub. importStatefile(ImportStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)Imports Terraform state file in a given deployment. -
Uses of Statefile in com.google.cloud.config.v1.stub
Methods in com.google.cloud.config.v1.stub that return types with arguments of type Statefile Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ExportDeploymentStatefileRequest,Statefile>ConfigStub. exportDeploymentStatefileCallable()com.google.api.gax.rpc.UnaryCallable<ExportDeploymentStatefileRequest,Statefile>GrpcConfigStub. exportDeploymentStatefileCallable()com.google.api.gax.rpc.UnaryCallable<ExportDeploymentStatefileRequest,Statefile>HttpJsonConfigStub. exportDeploymentStatefileCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportDeploymentStatefileRequest,Statefile>ConfigStubSettings.Builder. exportDeploymentStatefileSettings()Returns the builder for the settings used for calls to exportDeploymentStatefile.com.google.api.gax.rpc.UnaryCallSettings<ExportDeploymentStatefileRequest,Statefile>ConfigStubSettings. exportDeploymentStatefileSettings()Returns the object with the settings used for calls to exportDeploymentStatefile.com.google.api.gax.rpc.UnaryCallable<ExportRevisionStatefileRequest,Statefile>ConfigStub. exportRevisionStatefileCallable()com.google.api.gax.rpc.UnaryCallable<ExportRevisionStatefileRequest,Statefile>GrpcConfigStub. exportRevisionStatefileCallable()com.google.api.gax.rpc.UnaryCallable<ExportRevisionStatefileRequest,Statefile>HttpJsonConfigStub. exportRevisionStatefileCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportRevisionStatefileRequest,Statefile>ConfigStubSettings.Builder. exportRevisionStatefileSettings()Returns the builder for the settings used for calls to exportRevisionStatefile.com.google.api.gax.rpc.UnaryCallSettings<ExportRevisionStatefileRequest,Statefile>ConfigStubSettings. exportRevisionStatefileSettings()Returns the object with the settings used for calls to exportRevisionStatefile.com.google.api.gax.rpc.UnaryCallable<ImportStatefileRequest,Statefile>ConfigStub. importStatefileCallable()com.google.api.gax.rpc.UnaryCallable<ImportStatefileRequest,Statefile>GrpcConfigStub. importStatefileCallable()com.google.api.gax.rpc.UnaryCallable<ImportStatefileRequest,Statefile>HttpJsonConfigStub. importStatefileCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportStatefileRequest,Statefile>ConfigStubSettings.Builder. importStatefileSettings()Returns the builder for the settings used for calls to importStatefile.com.google.api.gax.rpc.UnaryCallSettings<ImportStatefileRequest,Statefile>ConfigStubSettings. importStatefileSettings()Returns the object with the settings used for calls to importStatefile.
-