public interface ReferenceListScopeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getScopeNames(int index)
public abstract String getScopeNames(int index)
Optional. The list of scope names of the reference list. The scope names
should be full resource names and should be of the format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}
.
repeated string scope_names = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The scopeNames at the given index. |
getScopeNamesBytes(int index)
public abstract ByteString getScopeNamesBytes(int index)
Optional. The list of scope names of the reference list. The scope names
should be full resource names and should be of the format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}
.
repeated string scope_names = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the scopeNames at the given index. |
getScopeNamesCount()
public abstract int getScopeNamesCount()
Optional. The list of scope names of the reference list. The scope names
should be full resource names and should be of the format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}
.
repeated string scope_names = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of scopeNames. |
getScopeNamesList()
public abstract List<String> getScopeNamesList()
Optional. The list of scope names of the reference list. The scope names
should be full resource names and should be of the format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}
.
repeated string scope_names = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the scopeNames. |