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