Uses of Class
com.google.cloud.compute.v1.InsertAddressRequest
-
Packages that use InsertAddressRequest 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 InsertAddressRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertAddressRequest Modifier and Type Method Description InsertAddressRequest
InsertAddressRequest.Builder. build()
InsertAddressRequest
InsertAddressRequest.Builder. buildPartial()
static InsertAddressRequest
InsertAddressRequest. getDefaultInstance()
InsertAddressRequest
InsertAddressRequest.Builder. getDefaultInstanceForType()
InsertAddressRequest
InsertAddressRequest. getDefaultInstanceForType()
static InsertAddressRequest
InsertAddressRequest. parseDelimitedFrom(InputStream input)
static InsertAddressRequest
InsertAddressRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAddressRequest
InsertAddressRequest. parseFrom(byte[] data)
static InsertAddressRequest
InsertAddressRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAddressRequest
InsertAddressRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertAddressRequest
InsertAddressRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAddressRequest
InsertAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertAddressRequest
InsertAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAddressRequest
InsertAddressRequest. parseFrom(InputStream input)
static InsertAddressRequest
InsertAddressRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertAddressRequest
InsertAddressRequest. parseFrom(ByteBuffer data)
static InsertAddressRequest
InsertAddressRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertAddressRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertAddressRequest>
InsertAddressRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertAddressRequest,Operation>
AddressesClient. insertCallable()
Creates an address resource in the specified project by using the data included in the request.com.google.api.gax.rpc.OperationCallable<InsertAddressRequest,Operation,Operation>
AddressesClient. insertOperationCallable()
Creates an address resource in the specified project by using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertAddressRequest,Operation,Operation>
AddressesSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertAddressRequest,Operation,Operation>
AddressesSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertAddressRequest,Operation>
AddressesSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertAddressRequest,Operation>
AddressesSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertAddressRequest>
InsertAddressRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertAddressRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
AddressesClient. insertAsync(InsertAddressRequest request)
Creates an address resource in the specified project by using the data included in the request.InsertAddressRequest.Builder
InsertAddressRequest.Builder. mergeFrom(InsertAddressRequest other)
static InsertAddressRequest.Builder
InsertAddressRequest. newBuilder(InsertAddressRequest prototype)
-
Uses of InsertAddressRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertAddressRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertAddressRequest,Operation>
AddressesStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertAddressRequest,Operation>
HttpJsonAddressesStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertAddressRequest,Operation,Operation>
AddressesStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertAddressRequest,Operation,Operation>
HttpJsonAddressesStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertAddressRequest,Operation,Operation>
AddressesStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertAddressRequest,Operation,Operation>
AddressesStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertAddressRequest,Operation>
AddressesStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertAddressRequest,Operation>
AddressesStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-