use of com.google.logging.v2.UpdateViewRequest in project gapic-generator-java by googleapis.
the class SyncUpdateView method syncUpdateView.
public static void syncUpdateView() throws Exception {
// It may require modifications to work in your environment.
try (ConfigClient configClient = ConfigClient.create()) {
UpdateViewRequest request = UpdateViewRequest.newBuilder().setName("name3373707").setView(LogView.newBuilder().build()).setUpdateMask(FieldMask.newBuilder().build()).build();
LogView response = configClient.updateView(request);
}
}
Aggregations