Class CreateEntryTypeRequest (1.39.0)

public final class CreateEntryTypeRequest extends GeneratedMessageV3 implements CreateEntryTypeRequestOrBuilder

Create EntryType Request

Protobuf type google.cloud.dataplex.v1.CreateEntryTypeRequest

Static Fields

ENTRY_TYPE_FIELD_NUMBER

public static final int ENTRY_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

ENTRY_TYPE_ID_FIELD_NUMBER

public static final int ENTRY_TYPE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
TypeDescription
int

VALIDATE_ONLY_FIELD_NUMBER

public static final int VALIDATE_ONLY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static CreateEntryTypeRequest getDefaultInstance()
Returns
TypeDescription
CreateEntryTypeRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static CreateEntryTypeRequest.Builder newBuilder()
Returns
TypeDescription
CreateEntryTypeRequest.Builder

newBuilder(CreateEntryTypeRequest prototype)

public static CreateEntryTypeRequest.Builder newBuilder(CreateEntryTypeRequest prototype)
Parameter
NameDescription
prototypeCreateEntryTypeRequest
Returns
TypeDescription
CreateEntryTypeRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateEntryTypeRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateEntryTypeRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static CreateEntryTypeRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateEntryTypeRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateEntryTypeRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateEntryTypeRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateEntryTypeRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateEntryTypeRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static CreateEntryTypeRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateEntryTypeRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static CreateEntryTypeRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateEntryTypeRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateEntryTypeRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<CreateEntryTypeRequest> parser()
Returns
TypeDescription
Parser<CreateEntryTypeRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public CreateEntryTypeRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateEntryTypeRequest

getEntryType()

public EntryType getEntryType()

Required. EntryType Resource

.google.cloud.dataplex.v1.EntryType entry_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EntryType

The entryType.

getEntryTypeId()

public String getEntryTypeId()

Required. EntryType identifier.

string entry_type_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The entryTypeId.

getEntryTypeIdBytes()

public ByteString getEntryTypeIdBytes()

Required. EntryType identifier.

string entry_type_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for entryTypeId.

getEntryTypeOrBuilder()

public EntryTypeOrBuilder getEntryTypeOrBuilder()

Required. EntryType Resource

.google.cloud.dataplex.v1.EntryType entry_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EntryTypeOrBuilder

getParent()

public String getParent()

Required. The resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateEntryTypeRequest> getParserForType()
Returns
TypeDescription
Parser<CreateEntryTypeRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValidateOnly()

public boolean getValidateOnly()

Optional. Only validate the request, but do not perform mutations. The default is false.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

hasEntryType()

public boolean hasEntryType()

Required. EntryType Resource

.google.cloud.dataplex.v1.EntryType entry_type = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the entryType field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public CreateEntryTypeRequest.Builder newBuilderForType()
Returns
TypeDescription
CreateEntryTypeRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateEntryTypeRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
CreateEntryTypeRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public CreateEntryTypeRequest.Builder toBuilder()
Returns
TypeDescription
CreateEntryTypeRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException