Uses of Class
com.google.cloud.compute.v1.NetworkAttachment
-
Packages that use NetworkAttachment 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 NetworkAttachment in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NetworkAttachment Modifier and Type Method Description NetworkAttachment
NetworkAttachment.Builder. build()
NetworkAttachment
NetworkAttachment.Builder. buildPartial()
NetworkAttachment
NetworkAttachmentsClient. get(GetNetworkAttachmentRequest request)
Returns the specified NetworkAttachment resource in the given scope.NetworkAttachment
NetworkAttachmentsClient. get(String project, String region, String networkAttachment)
Returns the specified NetworkAttachment resource in the given scope.static NetworkAttachment
NetworkAttachment. getDefaultInstance()
NetworkAttachment
NetworkAttachment.Builder. getDefaultInstanceForType()
NetworkAttachment
NetworkAttachment. getDefaultInstanceForType()
NetworkAttachment
NetworkAttachmentList.Builder. getItems(int index)
A list of NetworkAttachment resources.NetworkAttachment
NetworkAttachmentList. getItems(int index)
A list of NetworkAttachment resources.NetworkAttachment
NetworkAttachmentListOrBuilder. getItems(int index)
A list of NetworkAttachment resources.NetworkAttachment
InsertNetworkAttachmentRequest.Builder. getNetworkAttachmentResource()
The body resource for this requestNetworkAttachment
InsertNetworkAttachmentRequest. getNetworkAttachmentResource()
The body resource for this requestNetworkAttachment
InsertNetworkAttachmentRequestOrBuilder. getNetworkAttachmentResource()
The body resource for this requestNetworkAttachment
NetworkAttachmentsScopedList.Builder. getNetworkAttachments(int index)
A list of NetworkAttachments contained in this scope.NetworkAttachment
NetworkAttachmentsScopedList. getNetworkAttachments(int index)
A list of NetworkAttachments contained in this scope.NetworkAttachment
NetworkAttachmentsScopedListOrBuilder. getNetworkAttachments(int index)
A list of NetworkAttachments contained in this scope.static NetworkAttachment
NetworkAttachment. parseDelimitedFrom(InputStream input)
static NetworkAttachment
NetworkAttachment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachment
NetworkAttachment. parseFrom(byte[] data)
static NetworkAttachment
NetworkAttachment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachment
NetworkAttachment. parseFrom(com.google.protobuf.ByteString data)
static NetworkAttachment
NetworkAttachment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachment
NetworkAttachment. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkAttachment
NetworkAttachment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachment
NetworkAttachment. parseFrom(InputStream input)
static NetworkAttachment
NetworkAttachment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkAttachment
NetworkAttachment. parseFrom(ByteBuffer data)
static NetworkAttachment
NetworkAttachment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type NetworkAttachment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkAttachmentRequest,NetworkAttachment>
NetworkAttachmentsClient. getCallable()
Returns the specified NetworkAttachment resource in the given scope.List<NetworkAttachment>
NetworkAttachmentList.Builder. getItemsList()
A list of NetworkAttachment resources.List<NetworkAttachment>
NetworkAttachmentList. getItemsList()
A list of NetworkAttachment resources.List<NetworkAttachment>
NetworkAttachmentListOrBuilder. getItemsList()
A list of NetworkAttachment resources.List<NetworkAttachment>
NetworkAttachmentsScopedList.Builder. getNetworkAttachmentsList()
A list of NetworkAttachments contained in this scope.List<NetworkAttachment>
NetworkAttachmentsScopedList. getNetworkAttachmentsList()
A list of NetworkAttachments contained in this scope.List<NetworkAttachment>
NetworkAttachmentsScopedListOrBuilder. getNetworkAttachmentsList()
A list of NetworkAttachments contained in this scope.com.google.protobuf.Parser<NetworkAttachment>
NetworkAttachment. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkAttachmentRequest,NetworkAttachment>
NetworkAttachmentsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkAttachmentRequest,NetworkAttachment>
NetworkAttachmentsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<NetworkAttachment>
NetworkAttachment. parser()
Methods in com.google.cloud.compute.v1 with parameters of type NetworkAttachment Modifier and Type Method Description NetworkAttachmentList.Builder
NetworkAttachmentList.Builder. addItems(int index, NetworkAttachment value)
A list of NetworkAttachment resources.NetworkAttachmentList.Builder
NetworkAttachmentList.Builder. addItems(NetworkAttachment value)
A list of NetworkAttachment resources.NetworkAttachmentsScopedList.Builder
NetworkAttachmentsScopedList.Builder. addNetworkAttachments(int index, NetworkAttachment value)
A list of NetworkAttachments contained in this scope.NetworkAttachmentsScopedList.Builder
NetworkAttachmentsScopedList.Builder. addNetworkAttachments(NetworkAttachment value)
A list of NetworkAttachments contained in this scope.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
NetworkAttachmentsClient. insertAsync(String project, String region, NetworkAttachment networkAttachmentResource)
Creates a NetworkAttachment in the specified project in the given scope using the parameters that are included in the request.NetworkAttachment.Builder
NetworkAttachment.Builder. mergeFrom(NetworkAttachment other)
InsertNetworkAttachmentRequest.Builder
InsertNetworkAttachmentRequest.Builder. mergeNetworkAttachmentResource(NetworkAttachment value)
The body resource for this requeststatic NetworkAttachment.Builder
NetworkAttachment. newBuilder(NetworkAttachment prototype)
NetworkAttachmentList.Builder
NetworkAttachmentList.Builder. setItems(int index, NetworkAttachment value)
A list of NetworkAttachment resources.InsertNetworkAttachmentRequest.Builder
InsertNetworkAttachmentRequest.Builder. setNetworkAttachmentResource(NetworkAttachment value)
The body resource for this requestNetworkAttachmentsScopedList.Builder
NetworkAttachmentsScopedList.Builder. setNetworkAttachments(int index, NetworkAttachment value)
A list of NetworkAttachments contained in this scope.Method parameters in com.google.cloud.compute.v1 with type arguments of type NetworkAttachment Modifier and Type Method Description NetworkAttachmentList.Builder
NetworkAttachmentList.Builder. addAllItems(Iterable<? extends NetworkAttachment> values)
A list of NetworkAttachment resources.NetworkAttachmentsScopedList.Builder
NetworkAttachmentsScopedList.Builder. addAllNetworkAttachments(Iterable<? extends NetworkAttachment> values)
A list of NetworkAttachments contained in this scope.static com.google.api.core.ApiFuture<NetworkAttachmentsClient.ListPagedResponse>
NetworkAttachmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, com.google.api.core.ApiFuture<NetworkAttachmentList> futureResponse)
protected NetworkAttachmentsClient.ListPage
NetworkAttachmentsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, NetworkAttachmentList response)
com.google.api.core.ApiFuture<NetworkAttachmentsClient.ListPage>
NetworkAttachmentsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNetworkAttachmentsRequest,NetworkAttachmentList,NetworkAttachment> context, com.google.api.core.ApiFuture<NetworkAttachmentList> futureResponse)
-
Uses of NetworkAttachment in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NetworkAttachment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkAttachmentRequest,NetworkAttachment>
HttpJsonNetworkAttachmentsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetNetworkAttachmentRequest,NetworkAttachment>
NetworkAttachmentsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkAttachmentRequest,NetworkAttachment>
NetworkAttachmentsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkAttachmentRequest,NetworkAttachment>
NetworkAttachmentsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-