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