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