public interface CreateDataAccessScopeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataAccessScope()
public abstract DataAccessScope getDataAccessScope()Required. Data access scope to create.
 
 .google.cloud.chronicle.v1.DataAccessScope data_access_scope = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| DataAccessScope | The dataAccessScope. | 
getDataAccessScopeId()
public abstract String getDataAccessScopeId()Required. The user provided scope id which will become the last part of the name of the scope resource. Needs to be compliant with https://google.aip.dev/122
 string data_access_scope_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The dataAccessScopeId. | 
getDataAccessScopeIdBytes()
public abstract ByteString getDataAccessScopeIdBytes()Required. The user provided scope id which will become the last part of the name of the scope resource. Needs to be compliant with https://google.aip.dev/122
 string data_access_scope_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for dataAccessScopeId. | 
getDataAccessScopeOrBuilder()
public abstract DataAccessScopeOrBuilder getDataAccessScopeOrBuilder()Required. Data access scope to create.
 
 .google.cloud.chronicle.v1.DataAccessScope data_access_scope = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| DataAccessScopeOrBuilder | |
getParent()
public abstract String getParent() Required. The parent resource where this Data Access Scope will be created.
 Format: projects/{project}/locations/{location}/instances/{instance}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent resource where this Data Access Scope will be created.
 Format: projects/{project}/locations/{location}/instances/{instance}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
hasDataAccessScope()
public abstract boolean hasDataAccessScope()Required. Data access scope to create.
 
 .google.cloud.chronicle.v1.DataAccessScope data_access_scope = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the dataAccessScope field is set. |