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