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