public interface LogDescriptorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()A human-readable description of this log. This information appears in the documentation and can contain details.
string description = 3;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A human-readable description of this log. This information appears in the documentation and can contain details.
string description = 3;
| Type | Description |
| ByteString | The bytes for description. |
getDisplayName()
public abstract String getDisplayName()The human-readable name for this log. This information appears on the user interface and should be concise.
string display_name = 4;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The human-readable name for this log. This information appears on the user interface and should be concise.
string display_name = 4;
| Type | Description |
| ByteString | The bytes for displayName. |
getLabels(int index)
public abstract LabelDescriptor getLabels(int index)The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.
repeated .google.api.LabelDescriptor labels = 2;
| Name | Description |
| index | int |
| Type | Description |
| LabelDescriptor |
getLabelsCount()
public abstract int getLabelsCount()The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.
repeated .google.api.LabelDescriptor labels = 2;
| Type | Description |
| int |
getLabelsList()
public abstract List<LabelDescriptor> getLabelsList()The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.
repeated .google.api.LabelDescriptor labels = 2;
| Type | Description |
| List<LabelDescriptor> |
getLabelsOrBuilder(int index)
public abstract LabelDescriptorOrBuilder getLabelsOrBuilder(int index)The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.
repeated .google.api.LabelDescriptor labels = 2;
| Name | Description |
| index | int |
| Type | Description |
| LabelDescriptorOrBuilder |
getLabelsOrBuilderList()
public abstract List<? extends LabelDescriptorOrBuilder> getLabelsOrBuilderList()The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.
repeated .google.api.LabelDescriptor labels = 2;
| Type | Description |
| List<? extends com.google.api.LabelDescriptorOrBuilder> |
getName()
public abstract String getName()The name of the log. It must be less than 512 characters long and can include the following characters: upper- and lower-case alphanumeric characters [A-Za-z0-9], and punctuation characters including slash, underscore, hyphen, period [/_-.].
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the log. It must be less than 512 characters long and can include the following characters: upper- and lower-case alphanumeric characters [A-Za-z0-9], and punctuation characters including slash, underscore, hyphen, period [/_-.].
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |