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 GetSubnetworkRequestGetSubnetworkRequest.Builder. build()GetSubnetworkRequestGetSubnetworkRequest.Builder. buildPartial()static GetSubnetworkRequestGetSubnetworkRequest. getDefaultInstance()GetSubnetworkRequestGetSubnetworkRequest.Builder. getDefaultInstanceForType()GetSubnetworkRequestGetSubnetworkRequest. getDefaultInstanceForType()static GetSubnetworkRequestGetSubnetworkRequest. parseDelimitedFrom(InputStream input)static GetSubnetworkRequestGetSubnetworkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(byte[] data)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(com.google.protobuf.ByteString data)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(InputStream input)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSubnetworkRequestGetSubnetworkRequest. parseFrom(ByteBuffer data)static GetSubnetworkRequestGetSubnetworkRequest. 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 SubnetworkSubnetworksClient. get(GetSubnetworkRequest request)Returns the specified subnetwork.GetSubnetworkRequest.BuilderGetSubnetworkRequest.Builder. mergeFrom(GetSubnetworkRequest other)static GetSubnetworkRequest.BuilderGetSubnetworkRequest. 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.
-