Uses of Class
com.google.cloud.compute.v1.Uint128.Builder
-
Packages that use Uint128.Builder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Uint128.Builder in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Uint128.Builder Modifier and Type Method Description Uint128.Builder
Uint128.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Uint128.Builder
Uint128.Builder. clear()
Uint128.Builder
Uint128.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Uint128.Builder
Uint128.Builder. clearHigh()
optional uint64 high = 3202466;
Uint128.Builder
Uint128.Builder. clearLow()
optional uint64 low = 107348;
Uint128.Builder
Uint128.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Uint128.Builder
Uint128.Builder. clone()
Uint128.Builder
ServiceAttachment.Builder. getPscServiceAttachmentIdBuilder()
[Output Only] An 128-bit global unique ID of the PSC service attachment.Uint128.Builder
Uint128.Builder. mergeFrom(Uint128 other)
Uint128.Builder
Uint128.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Uint128.Builder
Uint128.Builder. mergeFrom(com.google.protobuf.Message other)
Uint128.Builder
Uint128.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Uint128.Builder
Uint128. newBuilder()
static Uint128.Builder
Uint128. newBuilder(Uint128 prototype)
Uint128.Builder
Uint128. newBuilderForType()
protected Uint128.Builder
Uint128. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Uint128.Builder
Uint128.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Uint128.Builder
Uint128.Builder. setHigh(long value)
optional uint64 high = 3202466;
Uint128.Builder
Uint128.Builder. setLow(long value)
optional uint64 low = 107348;
Uint128.Builder
Uint128.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Uint128.Builder
Uint128.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Uint128.Builder
Uint128. toBuilder()
Methods in com.google.cloud.compute.v1 with parameters of type Uint128.Builder Modifier and Type Method Description ServiceAttachment.Builder
ServiceAttachment.Builder. setPscServiceAttachmentId(Uint128.Builder builderForValue)
[Output Only] An 128-bit global unique ID of the PSC service attachment.
-