Uses of Class
com.google.cloud.compute.v1.GetNetworkRequest
-
Packages that use GetNetworkRequest 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 GetNetworkRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetNetworkRequest Modifier and Type Method Description GetNetworkRequest
GetNetworkRequest.Builder. build()
GetNetworkRequest
GetNetworkRequest.Builder. buildPartial()
static GetNetworkRequest
GetNetworkRequest. getDefaultInstance()
GetNetworkRequest
GetNetworkRequest.Builder. getDefaultInstanceForType()
GetNetworkRequest
GetNetworkRequest. getDefaultInstanceForType()
static GetNetworkRequest
GetNetworkRequest. parseDelimitedFrom(InputStream input)
static GetNetworkRequest
GetNetworkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(byte[] data)
static GetNetworkRequest
GetNetworkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNetworkRequest
GetNetworkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNetworkRequest
GetNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(InputStream input)
static GetNetworkRequest
GetNetworkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNetworkRequest
GetNetworkRequest. parseFrom(ByteBuffer data)
static GetNetworkRequest
GetNetworkRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetNetworkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
NetworksClient. getCallable()
Returns the specified network.com.google.protobuf.Parser<GetNetworkRequest>
GetNetworkRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network>
NetworksSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkRequest,Network>
NetworksSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetNetworkRequest>
GetNetworkRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetNetworkRequest Modifier and Type Method Description Network
NetworksClient. get(GetNetworkRequest request)
Returns the specified network.GetNetworkRequest.Builder
GetNetworkRequest.Builder. mergeFrom(GetNetworkRequest other)
static GetNetworkRequest.Builder
GetNetworkRequest. newBuilder(GetNetworkRequest prototype)
-
Uses of GetNetworkRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetNetworkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
HttpJsonNetworksStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
NetworksStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network>
NetworksStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkRequest,Network>
NetworksStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-