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