Interface LogConfigCounterOptionsOrBuilder

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

    public interface LogConfigCounterOptionsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCustomFieldsList

        List<LogConfigCounterOptionsCustomField> getCustomFieldsList()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
      • getCustomFields

        LogConfigCounterOptionsCustomField getCustomFields​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
      • getCustomFieldsCount

        int getCustomFieldsCount()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
      • getCustomFieldsOrBuilderList

        List<? extends LogConfigCounterOptionsCustomFieldOrBuilder> getCustomFieldsOrBuilderList()
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
      • getCustomFieldsOrBuilder

        LogConfigCounterOptionsCustomFieldOrBuilder getCustomFieldsOrBuilder​(int index)
         This is deprecated and has no effect. Do not use.
         
        repeated .google.cloud.compute.v1.LogConfigCounterOptionsCustomField custom_fields = 249651015;
      • hasField

        boolean hasField()
         This is deprecated and has no effect. Do not use.
         
        optional string field = 97427706;
        Returns:
        Whether the field field is set.
      • getField

        String getField()
         This is deprecated and has no effect. Do not use.
         
        optional string field = 97427706;
        Returns:
        The field.
      • getFieldBytes

        com.google.protobuf.ByteString getFieldBytes()
         This is deprecated and has no effect. Do not use.
         
        optional string field = 97427706;
        Returns:
        The bytes for field.
      • hasMetric

        boolean hasMetric()
         This is deprecated and has no effect. Do not use.
         
        optional string metric = 533067184;
        Returns:
        Whether the metric field is set.
      • getMetric

        String getMetric()
         This is deprecated and has no effect. Do not use.
         
        optional string metric = 533067184;
        Returns:
        The metric.
      • getMetricBytes

        com.google.protobuf.ByteString getMetricBytes()
         This is deprecated and has no effect. Do not use.
         
        optional string metric = 533067184;
        Returns:
        The bytes for metric.