Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateDataAccessLabelRequest.
Request message for CreateDataAccessLabel.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_access_label
def data_access_label() -> ::Google::Cloud::Chronicle::V1::DataAccessLabel
Returns
- (::Google::Cloud::Chronicle::V1::DataAccessLabel) — Required. Data access label to create.
#data_access_label=
def data_access_label=(value) -> ::Google::Cloud::Chronicle::V1::DataAccessLabel
Parameter
- value (::Google::Cloud::Chronicle::V1::DataAccessLabel) — Required. Data access label to create.
Returns
- (::Google::Cloud::Chronicle::V1::DataAccessLabel) — Required. Data access label to create.
#data_access_label_id
def data_access_label_id() -> ::String
Returns
- (::String) — Required. The ID to use for the data access label, which will become the label's display name and the final component of the label's resource name. The maximum number of characters should be 63. Regex pattern is as per AIP: https://google.aip.dev/122#resource-id-segments
#data_access_label_id=
def data_access_label_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID to use for the data access label, which will become the label's display name and the final component of the label's resource name. The maximum number of characters should be 63. Regex pattern is as per AIP: https://google.aip.dev/122#resource-id-segments
Returns
- (::String) — Required. The ID to use for the data access label, which will become the label's display name and the final component of the label's resource name. The maximum number of characters should be 63. Regex pattern is as per AIP: https://google.aip.dev/122#resource-id-segments
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource where this Data Access Label will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource where this Data Access Label will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}
Returns
-
(::String) — Required. The parent resource where this Data Access Label will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}