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