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