Class: Google::Cloud::Dlp::V2::ListStoredInfoTypesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Response message for ListStoredInfoTypes.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns If the next page is available then the next page token to be used in the following ListStoredInfoTypes request.

Returns:

  • (::String)

    If the next page is available then the next page token to be used in the following ListStoredInfoTypes request.



5031
5032
5033
5034
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5031

class ListStoredInfoTypesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#stored_info_types::Array<::Google::Cloud::Dlp::V2::StoredInfoType>

Returns List of storedInfoTypes, up to page_size in ListStoredInfoTypesRequest.

Returns:



5031
5032
5033
5034
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5031

class ListStoredInfoTypesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end