Interface AppConnection.ApplicationEndpointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHost()
      Required.
      com.google.protobuf.ByteString getHostBytes()
      Required.
      int getPort()
      Required.
      • 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

      • getHost

        String getHost()
         Required. Hostname or IP address of the remote application endpoint.
         
        string host = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The host.
      • getHostBytes

        com.google.protobuf.ByteString getHostBytes()
         Required. Hostname or IP address of the remote application endpoint.
         
        string host = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for host.
      • getPort

        int getPort()
         Required. Port of the remote application endpoint.
         
        int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The port.