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
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface CreateDataAccessScopeRequestOrBuilder (0.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.0 (latest)](/java/docs/reference/google-cloud-chronicle/latest/com.google.cloud.chronicle.v1.CreateDataAccessScopeRequestOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.CreateDataAccessScopeRequestOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.CreateDataAccessScopeRequestOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.CreateDataAccessScopeRequestOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.CreateDataAccessScopeRequestOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.CreateDataAccessScopeRequestOrBuilder) \n\n public interface CreateDataAccessScopeRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDataAccessScope()\n\n public abstract DataAccessScope getDataAccessScope()\n\nRequired. Data access scope to create.\n\n`\n.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getDataAccessScopeId()\n\n public abstract String getDataAccessScopeId()\n\nRequired. The user provided scope id which will become the last part of the\nname of the scope resource. Needs to be compliant with\n\u003chttps://google.aip.dev/122\u003e\n\n`string data_access_scope_id = 3 [(.google.api.field_behavior) = REQUIRED];`\n\n### getDataAccessScopeIdBytes()\n\n public abstract ByteString getDataAccessScopeIdBytes()\n\nRequired. The user provided scope id which will become the last part of the\nname of the scope resource. Needs to be compliant with\n\u003chttps://google.aip.dev/122\u003e\n\n`string data_access_scope_id = 3 [(.google.api.field_behavior) = REQUIRED];`\n\n### getDataAccessScopeOrBuilder()\n\n public abstract DataAccessScopeOrBuilder getDataAccessScopeOrBuilder()\n\nRequired. Data access scope to create.\n\n`\n.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getParent()\n\n public abstract String getParent()\n\nRequired. The parent resource where this Data Access Scope will be created.\nFormat: `projects/{project}/locations/{location}/instances/{instance}`\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getParentBytes()\n\n public abstract ByteString getParentBytes()\n\nRequired. The parent resource where this Data Access Scope will be created.\nFormat: `projects/{project}/locations/{location}/instances/{instance}`\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### hasDataAccessScope()\n\n public abstract boolean hasDataAccessScope()\n\nRequired. Data access scope to create.\n\n`\n.google.cloud.chronicle.v1.DataAccessScope data_access_scope = 2 [(.google.api.field_behavior) = REQUIRED];\n`"]]