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