All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.com.cognite.client.dto.SecurityCategoryOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: security_category.proto

package com.cognite.client.dto;

public interface SecurityCategoryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.SecurityCategory)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional int64 id = 1;
   * @return The id.
   */
  long getId();

  /**
   * string name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 2;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy