public interface GetTableSpecRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFieldMask()
public abstract FieldMask getFieldMask()Mask specifying which fields to read.
.google.protobuf.FieldMask field_mask = 2;
| Type | Description |
| FieldMask | The fieldMask. |
getFieldMaskOrBuilder()
public abstract FieldMaskOrBuilder getFieldMaskOrBuilder()Mask specifying which fields to read.
.google.protobuf.FieldMask field_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
getName()
public abstract String getName()Required. The resource name of the table spec to retrieve.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the table spec to retrieve.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
hasFieldMask()
public abstract boolean hasFieldMask()Mask specifying which fields to read.
.google.protobuf.FieldMask field_mask = 2;
| Type | Description |
| boolean | Whether the fieldMask field is set. |