Interface EndpointsConfigDump.StaticEndpointConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Any getEndpointConfig()
      The endpoint config.
      com.google.protobuf.AnyOrBuilder getEndpointConfigOrBuilder()
      The endpoint config.
      com.google.protobuf.Timestamp getLastUpdated()
      [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
      com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
      [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
      boolean hasEndpointConfig()
      The endpoint config.
      boolean hasLastUpdated()
      [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
      • 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

      • hasEndpointConfig

        boolean hasEndpointConfig()
         The endpoint config.
         
        .google.protobuf.Any endpoint_config = 1;
        Returns:
        Whether the endpointConfig field is set.
      • getEndpointConfig

        com.google.protobuf.Any getEndpointConfig()
         The endpoint config.
         
        .google.protobuf.Any endpoint_config = 1;
        Returns:
        The endpointConfig.
      • getEndpointConfigOrBuilder

        com.google.protobuf.AnyOrBuilder getEndpointConfigOrBuilder()
         The endpoint config.
         
        .google.protobuf.Any endpoint_config = 1;
      • hasLastUpdated

        boolean hasLastUpdated()
         [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
         
        .google.protobuf.Timestamp last_updated = 2;
        Returns:
        Whether the lastUpdated field is set.
      • getLastUpdated

        com.google.protobuf.Timestamp getLastUpdated()
         [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
         
        .google.protobuf.Timestamp last_updated = 2;
        Returns:
        The lastUpdated.
      • getLastUpdatedOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
         [#not-implemented-hide:] The timestamp when the Endpoint was last updated.
         
        .google.protobuf.Timestamp last_updated = 2;