public static final class RelatedAssets.Builder extends GeneratedMessageV3.Builder<RelatedAssets.Builder> implements RelatedAssetsOrBuilder
DEPRECATED. This message only presents for the purpose of backward-compatibility. The server will never populate this message in responses. The detailed related assets with the `relationship_type`.Protobuf type
google.cloud.asset.v1.RelatedAssets
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public RelatedAssets build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public RelatedAssets buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public RelatedAssets.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder mergeFrom(RelatedAssets other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public RelatedAssets.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<RelatedAssets.Builder>
IOException
public boolean hasRelationshipAttributes()
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
hasRelationshipAttributes
in interface RelatedAssetsOrBuilder
public RelationshipAttributes getRelationshipAttributes()
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
getRelationshipAttributes
in interface RelatedAssetsOrBuilder
public RelatedAssets.Builder setRelationshipAttributes(RelationshipAttributes value)
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
public RelatedAssets.Builder setRelationshipAttributes(RelationshipAttributes.Builder builderForValue)
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
public RelatedAssets.Builder mergeRelationshipAttributes(RelationshipAttributes value)
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
public RelatedAssets.Builder clearRelationshipAttributes()
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
public RelationshipAttributes.Builder getRelationshipAttributesBuilder()
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
public RelationshipAttributesOrBuilder getRelationshipAttributesOrBuilder()
The detailed relationship attributes.
.google.cloud.asset.v1.RelationshipAttributes relationship_attributes = 1;
getRelationshipAttributesOrBuilder
in interface RelatedAssetsOrBuilder
public List<RelatedAsset> getAssetsList()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
getAssetsList
in interface RelatedAssetsOrBuilder
public int getAssetsCount()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
getAssetsCount
in interface RelatedAssetsOrBuilder
public RelatedAsset getAssets(int index)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
getAssets
in interface RelatedAssetsOrBuilder
public RelatedAssets.Builder setAssets(int index, RelatedAsset value)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssets.Builder setAssets(int index, RelatedAsset.Builder builderForValue)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssets.Builder addAssets(RelatedAsset value)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssets.Builder addAssets(int index, RelatedAsset value)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssets.Builder addAssets(RelatedAsset.Builder builderForValue)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssets.Builder addAssets(int index, RelatedAsset.Builder builderForValue)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssets.Builder addAllAssets(Iterable<? extends RelatedAsset> values)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssets.Builder clearAssets()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssets.Builder removeAssets(int index)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAsset.Builder getAssetsBuilder(int index)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAssetOrBuilder getAssetsOrBuilder(int index)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
getAssetsOrBuilder
in interface RelatedAssetsOrBuilder
public List<? extends RelatedAssetOrBuilder> getAssetsOrBuilderList()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
getAssetsOrBuilderList
in interface RelatedAssetsOrBuilder
public RelatedAsset.Builder addAssetsBuilder()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public RelatedAsset.Builder addAssetsBuilder(int index)
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public List<RelatedAsset.Builder> getAssetsBuilderList()
The peer resources of the relationship.
repeated .google.cloud.asset.v1.RelatedAsset assets = 2;
public final RelatedAssets.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
public final RelatedAssets.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<RelatedAssets.Builder>
Copyright © 2022 Google LLC. All rights reserved.