Uses of Class
com.google.cloud.config.v1.ExportDeploymentStatefileRequest
-
Packages that use ExportDeploymentStatefileRequest Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of ExportDeploymentStatefileRequest in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return ExportDeploymentStatefileRequest Modifier and Type Method Description ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest.Builder. build()
ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest.Builder. buildPartial()
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. getDefaultInstance()
ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest.Builder. getDefaultInstanceForType()
ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. getDefaultInstanceForType()
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseDelimitedFrom(InputStream input)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(byte[] data)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(com.google.protobuf.ByteString data)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(InputStream input)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(ByteBuffer data)
static ExportDeploymentStatefileRequest
ExportDeploymentStatefileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.config.v1 that return types with arguments of type ExportDeploymentStatefileRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<ExportDeploymentStatefileRequest,Statefile>
ConfigGrpc. getExportDeploymentStatefileMethod()
com.google.protobuf.Parser<ExportDeploymentStatefileRequest>
ExportDeploymentStatefileRequest. getParserForType()
static com.google.protobuf.Parser<ExportDeploymentStatefileRequest>
ExportDeploymentStatefileRequest. parser()
Methods in com.google.cloud.config.v1 with parameters of type ExportDeploymentStatefileRequest Modifier and Type Method Description Statefile
ConfigClient. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)
Exports Terraform state file from a given deployment.default void
ConfigGrpc.AsyncService. exportDeploymentStatefile(ExportDeploymentStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)
Exports Terraform state file from a given deployment.Statefile
ConfigGrpc.ConfigBlockingStub. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)
Exports Terraform state file from a given deployment.com.google.common.util.concurrent.ListenableFuture<Statefile>
ConfigGrpc.ConfigFutureStub. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)
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.ExportDeploymentStatefileRequest.Builder
ExportDeploymentStatefileRequest.Builder. mergeFrom(ExportDeploymentStatefileRequest other)
static ExportDeploymentStatefileRequest.Builder
ExportDeploymentStatefileRequest. newBuilder(ExportDeploymentStatefileRequest prototype)
-
Uses of ExportDeploymentStatefileRequest in com.google.cloud.config.v1.stub
Methods in com.google.cloud.config.v1.stub that return types with arguments of type ExportDeploymentStatefileRequest 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.
-