Interface Service.CreateGatewayEndpointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCreatedBy()
      Username of the creator
      com.google.protobuf.ByteString getCreatedByBytes()
      Username of the creator
      java.lang.String getModelDefinitionIds​(int index)
      List of model definition IDs to attach to this endpoint
      com.google.protobuf.ByteString getModelDefinitionIdsBytes​(int index)
      List of model definition IDs to attach to this endpoint
      int getModelDefinitionIdsCount()
      List of model definition IDs to attach to this endpoint
      java.util.List<java.lang.String> getModelDefinitionIdsList()
      List of model definition IDs to attach to this endpoint
      java.lang.String getName()
      Optional user-friendly name for the endpoint
      com.google.protobuf.ByteString getNameBytes()
      Optional user-friendly name for the endpoint
      boolean hasCreatedBy()
      Username of the creator
      boolean hasName()
      Optional user-friendly name for the endpoint
      • 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 Detail

      • hasName

        boolean hasName()
         Optional user-friendly name for the endpoint
         
        optional string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
         Optional user-friendly name for the endpoint
         
        optional string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Optional user-friendly name for the endpoint
         
        optional string name = 1;
        Returns:
        The bytes for name.
      • getModelDefinitionIdsList

        java.util.List<java.lang.String> getModelDefinitionIdsList()
         List of model definition IDs to attach to this endpoint
         
        repeated string model_definition_ids = 2;
        Returns:
        A list containing the modelDefinitionIds.
      • getModelDefinitionIdsCount

        int getModelDefinitionIdsCount()
         List of model definition IDs to attach to this endpoint
         
        repeated string model_definition_ids = 2;
        Returns:
        The count of modelDefinitionIds.
      • getModelDefinitionIds

        java.lang.String getModelDefinitionIds​(int index)
         List of model definition IDs to attach to this endpoint
         
        repeated string model_definition_ids = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The modelDefinitionIds at the given index.
      • getModelDefinitionIdsBytes

        com.google.protobuf.ByteString getModelDefinitionIdsBytes​(int index)
         List of model definition IDs to attach to this endpoint
         
        repeated string model_definition_ids = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the modelDefinitionIds at the given index.
      • hasCreatedBy

        boolean hasCreatedBy()
         Username of the creator
         
        optional string created_by = 3;
        Returns:
        Whether the createdBy field is set.
      • getCreatedBy

        java.lang.String getCreatedBy()
         Username of the creator
         
        optional string created_by = 3;
        Returns:
        The createdBy.
      • getCreatedByBytes

        com.google.protobuf.ByteString getCreatedByBytes()
         Username of the creator
         
        optional string created_by = 3;
        Returns:
        The bytes for createdBy.