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