public interface GetEntryGroupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The name of the entry group to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name of the entry group to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getReadMask()
public abstract FieldMask getReadMask()The fields to return. If empty or omitted, all fields are returned.
.google.protobuf.FieldMask read_mask = 2;
| Type | Description |
| FieldMask | The readMask. |
getReadMaskOrBuilder()
public abstract FieldMaskOrBuilder getReadMaskOrBuilder()The fields to return. If empty or omitted, all fields are returned.
.google.protobuf.FieldMask read_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasReadMask()
public abstract boolean hasReadMask()The fields to return. If empty or omitted, all fields are returned.
.google.protobuf.FieldMask read_mask = 2;
| Type | Description |
| boolean | Whether the readMask field is set. |