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