Interface DataExchangeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DataExchange, DataExchange.Builder

    public interface DataExchangeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Output only. The resource name of the data exchange.
         e.g. `projects/myproject/locations/US/dataExchanges/123`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of the data exchange.
         e.g. `projects/myproject/locations/US/dataExchanges/123`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • getDisplayName

        String getDisplayName()
         Required. Human-readable display name of the data exchange. The display name must
         contain only Unicode letters, numbers (0-9), underscores (_), dashes (-),
         spaces ( ), ampersands (&) and must not start or end with spaces.
         Default value is an empty string.
         Max length: 63 bytes.
         
        string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Required. Human-readable display name of the data exchange. The display name must
         contain only Unicode letters, numbers (0-9), underscores (_), dashes (-),
         spaces ( ), ampersands (&) and must not start or end with spaces.
         Default value is an empty string.
         Max length: 63 bytes.
         
        string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for displayName.
      • getDescription

        String getDescription()
         Optional. Description of the data exchange. The description must not contain Unicode
         non-characters as well as C0 and C1 control codes except tabs (HT),
         new lines (LF), carriage returns (CR), and page breaks (FF).
         Default value is an empty string.
         Max length: 2000 bytes.
         
        string description = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Optional. Description of the data exchange. The description must not contain Unicode
         non-characters as well as C0 and C1 control codes except tabs (HT),
         new lines (LF), carriage returns (CR), and page breaks (FF).
         Default value is an empty string.
         Max length: 2000 bytes.
         
        string description = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for description.
      • getPrimaryContact

        String getPrimaryContact()
         Optional. Email or URL of the primary point of contact of the data exchange.
         Max Length: 1000 bytes.
         
        string primary_contact = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The primaryContact.
      • getPrimaryContactBytes

        com.google.protobuf.ByteString getPrimaryContactBytes()
         Optional. Email or URL of the primary point of contact of the data exchange.
         Max Length: 1000 bytes.
         
        string primary_contact = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for primaryContact.
      • getDocumentation

        String getDocumentation()
         Optional. Documentation describing the data exchange.
         
        string documentation = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The documentation.
      • getDocumentationBytes

        com.google.protobuf.ByteString getDocumentationBytes()
         Optional. Documentation describing the data exchange.
         
        string documentation = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for documentation.
      • getListingCount

        int getListingCount()
         Output only. Number of listings contained in the data exchange.
         
        int32 listing_count = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The listingCount.
      • getIcon

        com.google.protobuf.ByteString getIcon()
         Optional. Base64 encoded image representing the data exchange. Max Size: 3.0MiB
         Expected image dimensions are 512x512 pixels, however the API only
         performs validation on size of the encoded data.
         Note: For byte fields, the content of the fields are base64-encoded (which
         increases the size of the data by 33-36%) when using JSON on the wire.
         
        bytes icon = 7 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The icon.