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 Statefile
Statefile.Builder. build()
Statefile
Statefile.Builder. buildPartial()
Statefile
ConfigClient. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)
Exports Terraform state file from a given deployment.Statefile
ConfigGrpc.ConfigBlockingStub. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)
Exports Terraform state file from a given deployment.Statefile
ConfigClient. exportRevisionStatefile(ExportRevisionStatefileRequest request)
Exports Terraform state file from a given revision.Statefile
ConfigGrpc.ConfigBlockingStub. exportRevisionStatefile(ExportRevisionStatefileRequest request)
Exports Terraform state file from a given revision.static Statefile
Statefile. getDefaultInstance()
Statefile
Statefile.Builder. getDefaultInstanceForType()
Statefile
Statefile. getDefaultInstanceForType()
Statefile
ConfigClient. importStatefile(DeploymentName parent, long lockId)
Imports Terraform state file in a given deployment.Statefile
ConfigClient. importStatefile(ImportStatefileRequest request)
Imports Terraform state file in a given deployment.Statefile
ConfigClient. importStatefile(String parent, long lockId)
Imports Terraform state file in a given deployment.Statefile
ConfigGrpc.ConfigBlockingStub. importStatefile(ImportStatefileRequest request)
Imports Terraform state file in a given deployment.static Statefile
Statefile. parseDelimitedFrom(InputStream input)
static Statefile
Statefile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Statefile
Statefile. parseFrom(byte[] data)
static Statefile
Statefile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Statefile
Statefile. parseFrom(com.google.protobuf.ByteString data)
static Statefile
Statefile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Statefile
Statefile. parseFrom(com.google.protobuf.CodedInputStream input)
static Statefile
Statefile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Statefile
Statefile. parseFrom(InputStream input)
static Statefile
Statefile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Statefile
Statefile. parseFrom(ByteBuffer data)
static Statefile
Statefile. 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.Builder
Statefile.Builder. mergeFrom(Statefile other)
static Statefile.Builder
Statefile. newBuilder(Statefile prototype)
Method parameters in com.google.cloud.config.v1 with type arguments of type Statefile Modifier and Type Method Description default void
ConfigGrpc.AsyncService. exportDeploymentStatefile(ExportDeploymentStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)
Exports Terraform state file from a given deployment.void
ConfigGrpc.ConfigStub. exportDeploymentStatefile(ExportDeploymentStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)
Exports Terraform state file from a given deployment.default void
ConfigGrpc.AsyncService. exportRevisionStatefile(ExportRevisionStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)
Exports Terraform state file from a given revision.void
ConfigGrpc.ConfigStub. exportRevisionStatefile(ExportRevisionStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)
Exports Terraform state file from a given revision.default void
ConfigGrpc.AsyncService. importStatefile(ImportStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)
Imports Terraform state file in a given deployment.void
ConfigGrpc.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.
-