@Generated(value="by GAPIC") @BetaApi public final class Int64RangeMatch extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Int64RangeMatch.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static Int64RangeMatch |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getRangeEnd()
The end of the range (exclusive) in signed long integer format.
|
String |
getRangeStart()
The start of the range (inclusive) in signed long integer format.
|
int |
hashCode() |
static Int64RangeMatch.Builder |
newBuilder() |
static Int64RangeMatch.Builder |
newBuilder(Int64RangeMatch prototype) |
Int64RangeMatch.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public String getRangeEnd()
public String getRangeStart()
public static Int64RangeMatch.Builder newBuilder()
public static Int64RangeMatch.Builder newBuilder(Int64RangeMatch prototype)
public Int64RangeMatch.Builder toBuilder()
public static Int64RangeMatch getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.