Uses of Class
com.google.cloud.compute.v1.GetDiskRequest
-
Packages that use GetDiskRequest 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 GetDiskRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetDiskRequest Modifier and Type Method Description GetDiskRequestGetDiskRequest.Builder. build()GetDiskRequestGetDiskRequest.Builder. buildPartial()static GetDiskRequestGetDiskRequest. getDefaultInstance()GetDiskRequestGetDiskRequest.Builder. getDefaultInstanceForType()GetDiskRequestGetDiskRequest. getDefaultInstanceForType()static GetDiskRequestGetDiskRequest. parseDelimitedFrom(InputStream input)static GetDiskRequestGetDiskRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDiskRequestGetDiskRequest. parseFrom(byte[] data)static GetDiskRequestGetDiskRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDiskRequestGetDiskRequest. parseFrom(com.google.protobuf.ByteString data)static GetDiskRequestGetDiskRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDiskRequestGetDiskRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDiskRequestGetDiskRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDiskRequestGetDiskRequest. parseFrom(InputStream input)static GetDiskRequestGetDiskRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDiskRequestGetDiskRequest. parseFrom(ByteBuffer data)static GetDiskRequestGetDiskRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type GetDiskRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDiskRequest,Disk>DisksClient. getCallable()Returns the specified persistent disk.com.google.protobuf.Parser<GetDiskRequest>GetDiskRequest. getParserForType()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDiskRequest,Disk>DisksSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetDiskRequest,Disk>DisksSettings. getSettings()Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetDiskRequest>GetDiskRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type GetDiskRequest Modifier and Type Method Description DiskDisksClient. get(GetDiskRequest request)Returns the specified persistent disk.GetDiskRequest.BuilderGetDiskRequest.Builder. mergeFrom(GetDiskRequest other)static GetDiskRequest.BuilderGetDiskRequest. newBuilder(GetDiskRequest prototype) -
Uses of GetDiskRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetDiskRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDiskRequest,Disk>DisksStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetDiskRequest,Disk>HttpJsonDisksStub. getCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDiskRequest,Disk>DisksStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetDiskRequest,Disk>DisksStubSettings. getSettings()Returns the object with the settings used for calls to get.
-