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 providers organization name Example: "Google"
    com.google.protobuf.ByteString
    The providers organization name Example: "Google"
    The providers reference url Example: "https://ai.google.dev"
    com.google.protobuf.ByteString
    The providers reference url Example: "https://ai.google.dev"

    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()
       The providers reference url
       Example: "https://ai.google.dev"
       
      string url = 1;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       The providers reference url
       Example: "https://ai.google.dev"
       
      string url = 1;
      Returns:
      The bytes for url.
    • getOrganization

      String getOrganization()
       The providers organization name
       Example: "Google"
       
      string organization = 2;
      Returns:
      The organization.
    • getOrganizationBytes

      com.google.protobuf.ByteString getOrganizationBytes()
       The providers organization name
       Example: "Google"
       
      string organization = 2;
      Returns:
      The bytes for organization.