Uses of Class
com.google.cloud.compute.v1.Uint128
-
Packages that use Uint128 Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Uint128 in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Uint128 Modifier and Type Method Description Uint128
Uint128.Builder. build()
Uint128
Uint128.Builder. buildPartial()
static Uint128
Uint128. getDefaultInstance()
Uint128
Uint128.Builder. getDefaultInstanceForType()
Uint128
Uint128. getDefaultInstanceForType()
Uint128
ServiceAttachment.Builder. getPscServiceAttachmentId()
[Output Only] An 128-bit global unique ID of the PSC service attachment.Uint128
ServiceAttachment. getPscServiceAttachmentId()
[Output Only] An 128-bit global unique ID of the PSC service attachment.Uint128
ServiceAttachmentOrBuilder. getPscServiceAttachmentId()
[Output Only] An 128-bit global unique ID of the PSC service attachment.static Uint128
Uint128. parseDelimitedFrom(InputStream input)
static Uint128
Uint128. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Uint128
Uint128. parseFrom(byte[] data)
static Uint128
Uint128. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Uint128
Uint128. parseFrom(com.google.protobuf.ByteString data)
static Uint128
Uint128. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Uint128
Uint128. parseFrom(com.google.protobuf.CodedInputStream input)
static Uint128
Uint128. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Uint128
Uint128. parseFrom(InputStream input)
static Uint128
Uint128. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Uint128
Uint128. parseFrom(ByteBuffer data)
static Uint128
Uint128. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Uint128 Modifier and Type Method Description com.google.protobuf.Parser<Uint128>
Uint128. getParserForType()
static com.google.protobuf.Parser<Uint128>
Uint128. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Uint128 Modifier and Type Method Description Uint128.Builder
Uint128.Builder. mergeFrom(Uint128 other)
ServiceAttachment.Builder
ServiceAttachment.Builder. mergePscServiceAttachmentId(Uint128 value)
[Output Only] An 128-bit global unique ID of the PSC service attachment.static Uint128.Builder
Uint128. newBuilder(Uint128 prototype)
ServiceAttachment.Builder
ServiceAttachment.Builder. setPscServiceAttachmentId(Uint128 value)
[Output Only] An 128-bit global unique ID of the PSC service attachment.
-