public static final class ListAssetsResponse.Builder extends GeneratedMessageV3.Builder<ListAssetsResponse.Builder> implements ListAssetsResponseOrBuilder
   
   ListAssets response.
 Protobuf type google.cloud.asset.v1.ListAssetsResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllAssets(Iterable<? extends Asset> values)
  
    public ListAssetsResponse.Builder addAllAssets(Iterable<? extends Asset> values)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.asset.v1.Asset>
 | 
    
  
  
  
  addAssets(Asset value)
  
    public ListAssetsResponse.Builder addAssets(Asset value)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Asset
 | 
    
  
  
  
  addAssets(Asset.Builder builderForValue)
  
    public ListAssetsResponse.Builder addAssets(Asset.Builder builderForValue)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
addAssets(int index, Asset value)
  
    public ListAssetsResponse.Builder addAssets(int index, Asset value)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Asset
 | 
    
  
  
  
  addAssets(int index, Asset.Builder builderForValue)
  
    public ListAssetsResponse.Builder addAssets(int index, Asset.Builder builderForValue)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
addAssetsBuilder()
  
    public Asset.Builder addAssetsBuilder()
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
addAssetsBuilder(int index)
  
    public Asset.Builder addAssetsBuilder(int index)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListAssetsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListAssetsResponse build()
   
  
  
  buildPartial()
  
    public ListAssetsResponse buildPartial()
   
  
  
  clear()
  
    public ListAssetsResponse.Builder clear()
   
  
  Overrides
  
  
  clearAssets()
  
    public ListAssetsResponse.Builder clearAssets()
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
clearField(Descriptors.FieldDescriptor field)
  
    public ListAssetsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListAssetsResponse.Builder clearNextPageToken()
   
   Token to retrieve the next page of results. It expires 72 hours after the
 page token for the first page is generated. Set to empty if there are no
 remaining results.
 string next_page_token = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListAssetsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearReadTime()
  
    public ListAssetsResponse.Builder clearReadTime()
   
   Time the snapshot was taken.
 .google.protobuf.Timestamp read_time = 1;
clone()
  
    public ListAssetsResponse.Builder clone()
   
  
  Overrides
  
  
  getAssets(int index)
  
    public Asset getAssets(int index)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Asset |  | 
    
  
  
  getAssetsBuilder(int index)
  
    public Asset.Builder getAssetsBuilder(int index)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getAssetsBuilderList()
  
    public List<Asset.Builder> getAssetsBuilderList()
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
getAssetsCount()
  
    public int getAssetsCount()
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getAssetsList()
  
    public List<Asset> getAssetsList()
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
getAssetsOrBuilder(int index)
  
    public AssetOrBuilder getAssetsOrBuilder(int index)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getAssetsOrBuilderList()
  
    public List<? extends AssetOrBuilder> getAssetsOrBuilderList()
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.asset.v1.AssetOrBuilder> |  | 
    
  
  
  getDefaultInstanceForType()
  
    public ListAssetsResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   Token to retrieve the next page of results. It expires 72 hours after the
 page token for the first page is generated. Set to empty if there are no
 remaining results.
 string next_page_token = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   Token to retrieve the next page of results. It expires 72 hours after the
 page token for the first page is generated. Set to empty if there are no
 remaining results.
 string next_page_token = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  getReadTime()
  
    public Timestamp getReadTime()
   
   Time the snapshot was taken.
 .google.protobuf.Timestamp read_time = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The readTime. | 
    
  
  
  getReadTimeBuilder()
  
    public Timestamp.Builder getReadTimeBuilder()
   
   Time the snapshot was taken.
 .google.protobuf.Timestamp read_time = 1;
getReadTimeOrBuilder()
  
    public TimestampOrBuilder getReadTimeOrBuilder()
   
   Time the snapshot was taken.
 .google.protobuf.Timestamp read_time = 1;
hasReadTime()
  
    public boolean hasReadTime()
   
   Time the snapshot was taken.
 .google.protobuf.Timestamp read_time = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the readTime field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListAssetsResponse other)
  
    public ListAssetsResponse.Builder mergeFrom(ListAssetsResponse other)
   
  
  
  
  
  
    public ListAssetsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListAssetsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeReadTime(Timestamp value)
  
    public ListAssetsResponse.Builder mergeReadTime(Timestamp value)
   
   Time the snapshot was taken.
 .google.protobuf.Timestamp read_time = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListAssetsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeAssets(int index)
  
    public ListAssetsResponse.Builder removeAssets(int index)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setAssets(int index, Asset value)
  
    public ListAssetsResponse.Builder setAssets(int index, Asset value)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Asset
 | 
    
  
  
  
  setAssets(int index, Asset.Builder builderForValue)
  
    public ListAssetsResponse.Builder setAssets(int index, Asset.Builder builderForValue)
   
   Assets.
 repeated .google.cloud.asset.v1.Asset assets = 2;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListAssetsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListAssetsResponse.Builder setNextPageToken(String value)
   
   Token to retrieve the next page of results. It expires 72 hours after the
 page token for the first page is generated. Set to empty if there are no
 remaining results.
 string next_page_token = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListAssetsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   Token to retrieve the next page of results. It expires 72 hours after the
 page token for the first page is generated. Set to empty if there are no
 remaining results.
 string next_page_token = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setReadTime(Timestamp value)
  
    public ListAssetsResponse.Builder setReadTime(Timestamp value)
   
   Time the snapshot was taken.
 .google.protobuf.Timestamp read_time = 1;
setReadTime(Timestamp.Builder builderForValue)
  
    public ListAssetsResponse.Builder setReadTime(Timestamp.Builder builderForValue)
   
   Time the snapshot was taken.
 .google.protobuf.Timestamp read_time = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListAssetsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListAssetsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides