Uses of Class
com.google.cloud.compute.v1.GetNetworkAttachmentRequest
-
Packages that use GetNetworkAttachmentRequest 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 GetNetworkAttachmentRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetNetworkAttachmentRequest Modifier and Type Method Description GetNetworkAttachmentRequest
GetNetworkAttachmentRequest.Builder. build()
GetNetworkAttachmentRequest
GetNetworkAttachmentRequest.Builder. buildPartial()
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. getDefaultInstance()
GetNetworkAttachmentRequest
GetNetworkAttachmentRequest.Builder. getDefaultInstanceForType()
GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. getDefaultInstanceForType()
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseDelimitedFrom(InputStream input)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(byte[] data)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(InputStream input)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(ByteBuffer data)
static GetNetworkAttachmentRequest
GetNetworkAttachmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetNetworkAttachmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkAttachmentRequest,NetworkAttachment>
NetworkAttachmentsClient. getCallable()
Returns the specified NetworkAttachment resource in the given scope.com.google.protobuf.Parser<GetNetworkAttachmentRequest>
GetNetworkAttachmentRequest. 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<GetNetworkAttachmentRequest>
GetNetworkAttachmentRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetNetworkAttachmentRequest Modifier and Type Method Description NetworkAttachment
NetworkAttachmentsClient. get(GetNetworkAttachmentRequest request)
Returns the specified NetworkAttachment resource in the given scope.GetNetworkAttachmentRequest.Builder
GetNetworkAttachmentRequest.Builder. mergeFrom(GetNetworkAttachmentRequest other)
static GetNetworkAttachmentRequest.Builder
GetNetworkAttachmentRequest. newBuilder(GetNetworkAttachmentRequest prototype)
-
Uses of GetNetworkAttachmentRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetNetworkAttachmentRequest 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.
-