Uses of Class
com.google.cloud.compute.v1.InsertAutoscalerRequest
-
Packages that use InsertAutoscalerRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of InsertAutoscalerRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertAutoscalerRequest Modifier and Type Method Description InsertAutoscalerRequest
InsertAutoscalerRequest.Builder. build()
InsertAutoscalerRequest
InsertAutoscalerRequest.Builder. buildPartial()
static InsertAutoscalerRequest
InsertAutoscalerRequest. getDefaultInstance()
InsertAutoscalerRequest
InsertAutoscalerRequest.Builder. getDefaultInstanceForType()
InsertAutoscalerRequest
InsertAutoscalerRequest. getDefaultInstanceForType()
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseDelimitedFrom(InputStream input)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(byte[] data)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(InputStream input)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(ByteBuffer data)
static InsertAutoscalerRequest
InsertAutoscalerRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertAutoscalerRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertAutoscalerRequest>
InsertAutoscalerRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertAutoscalerRequest,Operation>
AutoscalersClient. insertCallable()
Creates an autoscaler in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallable<InsertAutoscalerRequest,Operation,Operation>
AutoscalersClient. insertOperationCallable()
Creates an autoscaler in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertAutoscalerRequest,Operation,Operation>
AutoscalersSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertAutoscalerRequest,Operation,Operation>
AutoscalersSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertAutoscalerRequest,Operation>
AutoscalersSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertAutoscalerRequest,Operation>
AutoscalersSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertAutoscalerRequest>
InsertAutoscalerRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertAutoscalerRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
AutoscalersClient. insertAsync(InsertAutoscalerRequest request)
Creates an autoscaler in the specified project using the data included in the request.InsertAutoscalerRequest.Builder
InsertAutoscalerRequest.Builder. mergeFrom(InsertAutoscalerRequest other)
static InsertAutoscalerRequest.Builder
InsertAutoscalerRequest. newBuilder(InsertAutoscalerRequest prototype)
-
Uses of InsertAutoscalerRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertAutoscalerRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertAutoscalerRequest,Operation>
AutoscalersStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertAutoscalerRequest,Operation>
HttpJsonAutoscalersStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertAutoscalerRequest,Operation,Operation>
AutoscalersStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertAutoscalerRequest,Operation,Operation>
HttpJsonAutoscalersStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertAutoscalerRequest,Operation,Operation>
AutoscalersStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertAutoscalerRequest,Operation,Operation>
AutoscalersStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertAutoscalerRequest,Operation>
AutoscalersStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertAutoscalerRequest,Operation>
AutoscalersStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-