Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateEntryTypeRequest.
Create EntryType Request
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entry_type
def entry_type() -> ::Google::Cloud::Dataplex::V1::EntryType
Returns
- (::Google::Cloud::Dataplex::V1::EntryType) — Required. EntryType Resource
#entry_type=
def entry_type=(value) -> ::Google::Cloud::Dataplex::V1::EntryType
Parameter
- value (::Google::Cloud::Dataplex::V1::EntryType) — Required. EntryType Resource
Returns
- (::Google::Cloud::Dataplex::V1::EntryType) — Required. EntryType Resource
#entry_type_id
def entry_type_id() -> ::String
Returns
- (::String) — Required. EntryType identifier.
#entry_type_id=
def entry_type_id=(value) -> ::String
Parameter
- value (::String) — Required. EntryType identifier.
Returns
- (::String) — Required. EntryType identifier.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the EntryType, of the form:
projects/{project_number}/locations/{location_id}
where
location_id
refers to a GCP region.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the EntryType, of the form:
projects/{project_number}/locations/{location_id}
where
location_id
refers to a GCP region.
Returns
-
(::String) — Required. The resource name of the EntryType, of the form:
projects/{project_number}/locations/{location_id}
where
location_id
refers to a GCP region.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
Returns
- (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.