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