Package com.google.cloud.compute.v1
Interface Uint128OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Uint128
,Uint128.Builder
public interface Uint128OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getHigh()
optional uint64 high = 3202466;
long
getLow()
optional uint64 low = 107348;
boolean
hasHigh()
optional uint64 high = 3202466;
boolean
hasLow()
optional uint64 low = 107348;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHigh
boolean hasHigh()
optional uint64 high = 3202466;
- Returns:
- Whether the high field is set.
-
getHigh
long getHigh()
optional uint64 high = 3202466;
- Returns:
- The high.
-
hasLow
boolean hasLow()
optional uint64 low = 107348;
- Returns:
- Whether the low field is set.
-
getLow
long getLow()
optional uint64 low = 107348;
- Returns:
- The low.
-
-