Interface AgentProviderOrBuilder

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

@Generated public interface AgentProviderOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the agent provider's organization.
    com.google.protobuf.ByteString
    The name of the agent provider's organization.
    A URL for the agent provider's website or relevant documentation.
    com.google.protobuf.ByteString
    A URL for the agent provider's website or relevant documentation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getUrl

      String getUrl()
       A URL for the agent provider's website or relevant documentation.
       Example: "https://ai.google.dev"
       
      string url = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       A URL for the agent provider's website or relevant documentation.
       Example: "https://ai.google.dev"
       
      string url = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for url.
    • getOrganization

      String getOrganization()
       The name of the agent provider's organization.
       Example: "Google"
       
      string organization = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The organization.
    • getOrganizationBytes

      com.google.protobuf.ByteString getOrganizationBytes()
       The name of the agent provider's organization.
       Example: "Google"
       
      string organization = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for organization.