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 ExportDeploymentStatefileRequestExportDeploymentStatefileRequest.Builder. build()ExportDeploymentStatefileRequestExportDeploymentStatefileRequest.Builder. buildPartial()static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. getDefaultInstance()ExportDeploymentStatefileRequestExportDeploymentStatefileRequest.Builder. getDefaultInstanceForType()ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. getDefaultInstanceForType()static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseDelimitedFrom(InputStream input)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(byte[] data)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(com.google.protobuf.ByteString data)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(InputStream input)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. parseFrom(ByteBuffer data)static ExportDeploymentStatefileRequestExportDeploymentStatefileRequest. 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 StatefileConfigClient. exportDeploymentStatefile(ExportDeploymentStatefileRequest request)Exports Terraform state file from a given deployment.default voidConfigGrpc.AsyncService. exportDeploymentStatefile(ExportDeploymentStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)Exports Terraform state file from a given deployment.StatefileConfigGrpc.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.voidConfigGrpc.ConfigStub. exportDeploymentStatefile(ExportDeploymentStatefileRequest request, io.grpc.stub.StreamObserver<Statefile> responseObserver)Exports Terraform state file from a given deployment.ExportDeploymentStatefileRequest.BuilderExportDeploymentStatefileRequest.Builder. mergeFrom(ExportDeploymentStatefileRequest other)static ExportDeploymentStatefileRequest.BuilderExportDeploymentStatefileRequest. 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.
-