public final class ExportTaxonomiesRequest extends GeneratedMessageV3 implements ExportTaxonomiesRequestOrBuilder
Request message for
ExportTaxonomies.
Protobuf type google.cloud.datacatalog.v1beta1.ExportTaxonomiesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SERIALIZED_TAXONOMIES_FIELD_NUMBER
public static final int SERIALIZED_TAXONOMIES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TAXONOMIES_FIELD_NUMBER
public static final int TAXONOMIES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ExportTaxonomiesRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExportTaxonomiesRequest.Builder newBuilder()
newBuilder(ExportTaxonomiesRequest prototype)
public static ExportTaxonomiesRequest.Builder newBuilder(ExportTaxonomiesRequest prototype)
public static ExportTaxonomiesRequest parseDelimitedFrom(InputStream input)
public static ExportTaxonomiesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExportTaxonomiesRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportTaxonomiesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExportTaxonomiesRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportTaxonomiesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportTaxonomiesRequest parseFrom(CodedInputStream input)
public static ExportTaxonomiesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportTaxonomiesRequest parseFrom(InputStream input)
public static ExportTaxonomiesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExportTaxonomiesRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExportTaxonomiesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExportTaxonomiesRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ExportTaxonomiesRequest getDefaultInstanceForType()
getDestinationCase()
public ExportTaxonomiesRequest.DestinationCase getDestinationCase()
getParent()
public String getParent()
Required. Resource name of the project that taxonomies to be exported
will share.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. Resource name of the project that taxonomies to be exported
will share.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
getParserForType()
public Parser<ExportTaxonomiesRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSerializedTaxonomies()
public boolean getSerializedTaxonomies()
Export taxonomies as serialized taxonomies.
bool serialized_taxonomies = 3;
Returns |
---|
Type | Description |
boolean | The serializedTaxonomies.
|
getTaxonomies(int index)
public String getTaxonomies(int index)
Required. Resource names of the taxonomies to be exported.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The taxonomies at the given index.
|
getTaxonomiesBytes(int index)
public ByteString getTaxonomiesBytes(int index)
Required. Resource names of the taxonomies to be exported.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the taxonomies at the given index.
|
getTaxonomiesCount()
public int getTaxonomiesCount()
Required. Resource names of the taxonomies to be exported.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
int | The count of taxonomies.
|
getTaxonomiesList()
public ProtocolStringList getTaxonomiesList()
Required. Resource names of the taxonomies to be exported.
repeated string taxonomies = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
hasSerializedTaxonomies()
public boolean hasSerializedTaxonomies()
Export taxonomies as serialized taxonomies.
bool serialized_taxonomies = 3;
Returns |
---|
Type | Description |
boolean | Whether the serializedTaxonomies field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ExportTaxonomiesRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExportTaxonomiesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ExportTaxonomiesRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides