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