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 InsertAddressRequestInsertAddressRequest.Builder. build()InsertAddressRequestInsertAddressRequest.Builder. buildPartial()static InsertAddressRequestInsertAddressRequest. getDefaultInstance()InsertAddressRequestInsertAddressRequest.Builder. getDefaultInstanceForType()InsertAddressRequestInsertAddressRequest. getDefaultInstanceForType()static InsertAddressRequestInsertAddressRequest. parseDelimitedFrom(InputStream input)static InsertAddressRequestInsertAddressRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertAddressRequestInsertAddressRequest. parseFrom(byte[] data)static InsertAddressRequestInsertAddressRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertAddressRequestInsertAddressRequest. parseFrom(com.google.protobuf.ByteString data)static InsertAddressRequestInsertAddressRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertAddressRequestInsertAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input)static InsertAddressRequestInsertAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertAddressRequestInsertAddressRequest. parseFrom(InputStream input)static InsertAddressRequestInsertAddressRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertAddressRequestInsertAddressRequest. parseFrom(ByteBuffer data)static InsertAddressRequestInsertAddressRequest. 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.BuilderInsertAddressRequest.Builder. mergeFrom(InsertAddressRequest other)static InsertAddressRequest.BuilderInsertAddressRequest. 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.
-